Skip to content

Commit

Permalink
Small extension in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
d-krupke committed Jul 23, 2024
1 parent f916e2f commit acabd29
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3682,6 +3682,12 @@ Now there comes a lot of information about the different subsolvers that are
used. This is a very detailed part of the log and can be overwhelming. You
already need to be rather deep into the details of CP-SAT to actually make any
use of this information. It is primarily intended for the developers of CP-SAT.
It gives you insights into how the various subsolvers have been contributing to
the solution, how the otherwise hidden LP-techniques, including cutting planes,
have been used, and how the different heuristics have been applied. Based on
this data, you could try to tune the various parameters of CP-SAT for your
problem. However, note that you will probably need a lot of experience and
experiments to gain an advantage compared to the default settings.

```
Task timing n [ min, max] avg dev time n [ min, max] avg dev dtime
Expand Down
6 changes: 6 additions & 0 deletions understanding_the_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,12 @@ Now there comes a lot of information about the different subsolvers that are
used. This is a very detailed part of the log and can be overwhelming. You
already need to be rather deep into the details of CP-SAT to actually make any
use of this information. It is primarily intended for the developers of CP-SAT.
It gives you insights into how the various subsolvers have been contributing to
the solution, how the otherwise hidden LP-techniques, including cutting planes,
have been used, and how the different heuristics have been applied. Based on
this data, you could try to tune the various parameters of CP-SAT for your
problem. However, note that you will probably need a lot of experience and
experiments to gain an advantage compared to the default settings.

```
Task timing n [ min, max] avg dev time n [ min, max] avg dev dtime
Expand Down

0 comments on commit acabd29

Please sign in to comment.