Skip to content

Commit

Permalink
Fix logic error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbeck committed May 7, 2024
1 parent c662459 commit 7376735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check/schema/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ type Summary struct {
PlanUnitsBestMoveFailed int `json:"plan_units_best_move_failed"`
// MovesFailed is the number of moves that failed. A move can fail if the
// estimate of a constraint is incorrect. A constraint is incorrect if
// [ModelConstraint.EstimateIsViolated] returns true and one of the
// violation checks returns false. Violation checks are implementations of
// [ModelConstraint.EstimateIsViolated] returns false and one of the
// violation checks returns true. Violation checks are implementations of
// one or more of the interfaces [SolutionStopViolationCheck],
// [SolutionVehicleViolationCheck] or [SolutionViolationCheck] on the same
// constraint. Most constraints do not need and do not have violation
Expand Down

0 comments on commit 7376735

Please sign in to comment.