DotNet Reference
DotNet Reference
Detailed Description
All the intervals (index of IntervalConstraintProto) must be disjoint.
More formally, there must exist a sequence so that for each consecutive intervals, we have end_i <= start_{i+1}. In particular, intervals of size zero do matter for this constraint. This is also known as a disjunctive constraint in scheduling.
Definition at line 1698 of file CpModel.pb.cs.
Public Member Functions | |
| NoOverlapConstraintProto () | |
| NoOverlapConstraintProto (NoOverlapConstraintProto other) | |
| NoOverlapConstraintProto | Clone () |
| override bool | Equals (object other) |
| bool | Equals (NoOverlapConstraintProto other) |
| override int | GetHashCode () |
| override string | ToString () |
| void | WriteTo (pb::CodedOutputStream output) |
| int | CalculateSize () |
| void | MergeFrom (NoOverlapConstraintProto other) |
| void | MergeFrom (pb::CodedInputStream input) |
Static Public Attributes | |
| const int | IntervalsFieldNumber = 1 |
| Field number for the "intervals" field. More... | |
Properties | |
| static pb::MessageParser< NoOverlapConstraintProto > | Parser [get] |
| static pbr::MessageDescriptor | Descriptor [get] |
| pbc::RepeatedField< int > | Intervals [get] |
Constructor & Destructor Documentation
◆ NoOverlapConstraintProto() [1/2]
|
inline |
Definition at line 1715 of file CpModel.pb.cs.
◆ NoOverlapConstraintProto() [2/2]
|
inline |
Definition at line 1722 of file CpModel.pb.cs.
Member Function Documentation
◆ CalculateSize()
|
inline |
Definition at line 1783 of file CpModel.pb.cs.
◆ Clone()
|
inline |
Definition at line 1728 of file CpModel.pb.cs.
◆ Equals() [1/2]
|
inline |
Definition at line 1748 of file CpModel.pb.cs.
◆ Equals() [2/2]
|
inline |
Definition at line 1743 of file CpModel.pb.cs.
◆ GetHashCode()
|
inline |
Definition at line 1760 of file CpModel.pb.cs.
◆ MergeFrom() [1/2]
|
inline |
Definition at line 1793 of file CpModel.pb.cs.
◆ MergeFrom() [2/2]
|
inline |
Definition at line 1802 of file CpModel.pb.cs.
◆ ToString()
|
inline |
Definition at line 1770 of file CpModel.pb.cs.
◆ WriteTo()
|
inline |
Definition at line 1775 of file CpModel.pb.cs.
Member Data Documentation
◆ IntervalsFieldNumber
|
static |
Field number for the "intervals" field.
Definition at line 1733 of file CpModel.pb.cs.
Property Documentation
◆ Descriptor
|
staticget |
Definition at line 1705 of file CpModel.pb.cs.
◆ Intervals
|
get |
Definition at line 1738 of file CpModel.pb.cs.
◆ Parser
|
staticget |
Definition at line 1702 of file CpModel.pb.cs.
The documentation for this class was generated from the following file: