Skip to content

Documentation of set_lt and set_le is a bit fuzzy #339

Description

@informarte

The MiniZinc handbook defines

predicate set_lt(var set of int: x, var set of int: y)

as follows:

Constrains x < y (lexicographic order)

I assume this means that < should compare f(x) and f(y) lexicographically where f(x) is the sequence of values from x arranged in ascending order.

Please clarify!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions