-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Labels
Project: constraint programmingIssues relating to constraint programmingIssues relating to constraint programmingType: Set RequestRequest for a new setRequest for a new set
Description
These are perhaps not very high on anyone's priority list,
and models can avoid needing them, but they come up,
so i wonder if these would be welcomed? (if someone contributes them)?
- Vector Set "monotonic":
@constraint(model, [i=2:length(x)], x[i] <= x[x-i])(configurable predicate) - Bridge (
Int)x != 0->c ? (x >= 1) : (x <= -1) - Bridge (
Int)x != y->z = x - y; z != 0 - Bridge
x != y->(x, y) in MOI.AllDifferent - Bridge
x >= y->x > y and x != y(configurable predicate)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Project: constraint programmingIssues relating to constraint programmingIssues relating to constraint programmingType: Set RequestRequest for a new setRequest for a new set