DotNet Reference
.Net Reference
CircuitConstraint
Detailed Description
Specialized circuit constraint.
This constraint allows adding arcs to the circuit constraint incrementally.
Definition at line 84 of file Constraints.cs.
Public Member Functions | |
| CircuitConstraint (CpModelProto model) | |
| CircuitConstraint | AddArc (int tail, int head, ILiteral literal) |
| Add an arc to the graph of the circuit constraint. More... | |
| void | OnlyEnforceIf (ILiteral lit) |
| Adds a literal to the constraint. More... | |
| void | OnlyEnforceIf (ILiteral[] lits) |
| Adds a list of literals to the constraint. More... | |
Properties | |
| int | Index [get] |
| The index of the constraint in the model. More... | |
| ConstraintProto | Proto [get, set] |
| The underlying constraint proto. More... | |
Constructor & Destructor Documentation
◆ CircuitConstraint()
|
inline |
Definition at line 86 of file Constraints.cs.
Member Function Documentation
◆ AddArc()
|
inline |
Add an arc to the graph of the circuit constraint.
- Parameters
-
tail the index of the tail node head the index of the head node literal it will be set to true if the arc is selected
Definition at line 99 of file Constraints.cs.
◆ OnlyEnforceIf() [1/2]
|
inlineinherited |
Adds a literal to the constraint.
Definition at line 38 of file Constraints.cs.
◆ OnlyEnforceIf() [2/2]
|
inlineinherited |
Adds a list of literals to the constraint.
Definition at line 44 of file Constraints.cs.
Property Documentation
◆ Index
|
getinherited |
The index of the constraint in the model.
Definition at line 53 of file Constraints.cs.
◆ Proto
|
getsetinherited |
The underlying constraint proto.
Definition at line 61 of file Constraints.cs.
The documentation for this class was generated from the following file: