Skip to content

Commit

Permalink
Merge pull request #51 from leonlan/chapter6
Browse files Browse the repository at this point in the history
Chapter 6 improvements
  • Loading branch information
d-krupke authored Aug 16, 2024
2 parents 13461ec + d398f1f commit 1376c06
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 356 deletions.
4 changes: 2 additions & 2 deletions 01_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ problems. The primary requirements are CPU power and memory bandwidth, with a
GPU being unnecessary.

In terms of CPU power, the key is balancing the number of cores with the
performance of each individual core. CP-SAT leverages all available cores,
implementing different strategies on each.
performance of each individual core. CP-SAT leverages all available cores by
default, implementing different strategies on each.
[Depending on the number of cores, CP-SAT will behave differently](https://github.com/google/or-tools/blob/main/ortools/sat/docs/troubleshooting.md#improving-performance-with-multiple-workers).
However, the effectiveness of these strategies can vary, and it is usually not
apparent which one will be most effective. A higher single-core performance
Expand Down
Loading

0 comments on commit 1376c06

Please sign in to comment.