Skip to content

Commit

Permalink
Increase time buffer
Browse files Browse the repository at this point in the history
buffer was too small, resulting in solutions being missed because SIGTERM occured before  it was reported
  • Loading branch information
ThomSerg committed Jun 5, 2024
1 parent e1eaf35 commit 2e045c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcsp3/executable/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"minizinc": ["gecode", "chuffed"]
}
DEFAULT_SOLVER = "ortools"
TIME_BUFFER = 1 # seconds
TIME_BUFFER = 5 # seconds
# TODO : see if good value
MEMORY_BUFFER_SOFT = 2 # MB
MEMORY_BUFFER_HARD = 2 # MMB
Expand Down

0 comments on commit 2e045c1

Please sign in to comment.