Skip to content

Commit

Permalink
update docs, default num_search_workers = 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout4 committed Oct 30, 2023
1 parent fdcb7eb commit 0d6062a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpmpy/solvers/ortools.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def solve(self, time_limit=None, assumptions=None, solution_callback=None, **kwa
You can use any of these parameters as keyword argument to `solve()` and they will
be forwarded to the solver. Examples include:
- num_search_workers=8 number of parallel workers (default: 1)
- num_search_workers=8 number of parallel workers (default: 8)
- log_search_progress=True to log the search process to stdout (default: False)
- cp_model_presolve=False to disable presolve (default: True, almost always beneficial)
- cp_model_probing_level=0 to disable probing (default: 2, also valid: 1, maybe 3, etc...)
Expand Down

0 comments on commit 0d6062a

Please sign in to comment.