From 11d8f8e757ea02fde6ecd192d5276f9404ca2591 Mon Sep 17 00:00:00 2001 From: Segcolt <9hmbzr275@mozmail.com> Date: Tue, 15 Oct 2024 10:37:17 -0300 Subject: [PATCH] Increase minimal temperature It should be a lot faster now, although the answers might be a little worse --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 1989266..b3a5052 100644 --- a/main.cpp +++ b/main.cpp @@ -12,7 +12,7 @@ #endif #ifndef TEMP_MIN -#define TEMP_MIN 0.01 +#define TEMP_MIN 10 #endif int main(int argc, char *argv[])