Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Rodrigues Lordello committed May 24, 2022
1 parent 53a60ff commit 08e9329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/solver/src/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ impl Driver {
self.metrics.settlement_simulation_succeeded(solver.name());
}

// Before sorting, make sure to shuffle the settlements. This is make sure we give
// Before sorting, make sure to shuffle the settlements. This is to make sure we don't give
// preference to any specific solver when there is an objective value tie.
rated_settlements.shuffle(&mut rand::thread_rng());

Expand Down

0 comments on commit 08e9329

Please sign in to comment.