From 28596baaeda85685581bd7ab6c5d010b453cea5e Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Thu, 8 Feb 2024 17:56:36 -0700 Subject: [PATCH] Update src/core/definitions.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/core/definitions.jl | 1 - 1 file changed, 1 deletion(-) 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"