We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Task: define convenience macros for modeling with sets.
Related libraries:
For instance,
H = HalfSpace([1., 1.], 2.0) # x + y <= 2 @variables x y H = @set x + y <= 2