Skip to content

Commit

Permalink
Corrected concept ordered
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Jan 4, 2021
1 parent fba5d44 commit e818926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constraints/ordered.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ end
Global constraint ensuring that all the values of `x` are ordered.
"""
const _ordered = Constraint(
concept = _concept_all_different,
concept = _concept_ordered,
)

0 comments on commit e818926

Please sign in to comment.