Skip to content

Commit

Permalink
chore: nit picking before the release
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Mar 12, 2024
1 parent 3704433 commit 05c7475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public void solvingStarted(SolverScope<Solution_> solverScope) {
if (logger.isInfoEnabled()) { // Formatting is expensive here.
var problemSizeStatistics = solverScope.getProblemSizeStatistics();
logger.info(
"Problem scale: entity count ({}), variable count ({}), approximate value count (~{}), approximate problem scale (~{}).",
"Problem scale: entity count ({}), variable count ({}), approximate value count ({}), approximate problem scale ({}).",
problemSizeStatistics.entityCount(), problemSizeStatistics.variableCount(),
problemSizeStatistics.approximateValueCount(),
problemSizeStatistics.approximateProblemScaleAsFormattedString());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public class CloudBalance ... {
[#cloudBalancingMainMethod]
== Run the cloud balancing Hello World

. xref:introduction/introduction.adoc#buildFromSource[Download and configure the examples in your preferred IDE.]
. Download and configure the examples in your preferred IDE.
. Create a run configuration with the following main class: `ai.timefold.solver.examples.cloudbalancing.app.CloudBalancingHelloWorld`
+
By default, the Cloud Balancing Hello World is configured to run for 120 seconds.
Expand Down

0 comments on commit 05c7475

Please sign in to comment.