diff options
Diffstat (limited to 'controller.c')
-rw-r--r-- | controller.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/controller.c b/controller.c index 4aec3bc..d798188 100644 --- a/controller.c +++ b/controller.c @@ -10,9 +10,9 @@ typedef struct { task_t* tasks; -const size_t TASKS = 100; -const long double A = -5; -const long double B = 10; +const size_t TASKS = 40; +const long double A = -10000000; +const long double B = +10000000; const long double EPS = 1e-6; void divide_and_yield_tasks() { |