diff --git a/src/core/definitions.jl b/src/core/definitions.jl index 4244243985..52af4c8103 100644 --- a/src/core/definitions.jl +++ b/src/core/definitions.jl @@ -63,7 +63,6 @@ const UPPER_BOUND = "ub" const LOWER_BOUND = "lb" const MAX_OPTIMIZE_TRIES = 2 - # File Names definitions const PROBLEM_SERIALIZATION_FILENAME = "operation_problem.bin" const PROBLEM_LOG_FILENAME = "operation_problem.log"