-
Notifications
You must be signed in to change notification settings - Fork 5
Possibly can improve constraint set error #293
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
What we get now is
Factorization constraint set at node UniSGP_AMF_29 is not a valid constraint set. Please check your model definition and constraint specification. (Constraint set: BitSetTuples.BoundedBitSetTuple(Bool[1 0 0 0 0; 0 1 1 1 0; 0 1 1 0 0; 0 1 0 1 0; 0 0 0 0 1]))
Maybe we can include a helper string to help users read this constraint set string. For example (acknowledging that I myself don't know how it is read, so just guessing) :
Factorization constraint set at node UniSGP_AMF_29 is not a valid constraint set. Please check your model definition and constraint specification. (Constraint set: BitSetTuples.BoundedBitSetTuple(Bool[1 0 0 0 0; 0 1 1 1 0; 0 1 1 0 0; 0 1 0 1 0; 0 0 0 0 1])).
Hint: The constraint set can be read as follows... There should not be a... (one in a certain position in each group?)... etc.
:)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Backlog