Increase minimal temperature

It should be a lot faster now, although the answers might be a little
worse
This commit is contained in:
Segcolt 2024-10-15 10:37:17 -03:00
parent de7d671411
commit 11d8f8e757

View File

@ -12,7 +12,7 @@
#endif
#ifndef TEMP_MIN
#define TEMP_MIN 0.01
#define TEMP_MIN 10
#endif
int main(int argc, char *argv[])