DotNet Reference
DotNet Reference
Detailed Description
The two arrays of variable each represent a function, the second is the inverse of the first: f_direct[i] == j <=> f_inverse[j] == i.
Definition at line 3164 of file CpModel.pb.cs.
Public Member Functions | |
| InverseConstraintProto () | |
| InverseConstraintProto (InverseConstraintProto other) | |
| InverseConstraintProto | Clone () |
| override bool | Equals (object other) |
| bool | Equals (InverseConstraintProto other) |
| override int | GetHashCode () |
| override string | ToString () |
| void | WriteTo (pb::CodedOutputStream output) |
| int | CalculateSize () |
| void | MergeFrom (InverseConstraintProto other) |
| void | MergeFrom (pb::CodedInputStream input) |
Static Public Attributes | |
| const int | FDirectFieldNumber = 1 |
| Field number for the "f_direct" field. More... | |
| const int | FInverseFieldNumber = 2 |
| Field number for the "f_inverse" field. More... | |
Properties | |
| static pb::MessageParser< InverseConstraintProto > | Parser [get] |
| static pbr::MessageDescriptor | Descriptor [get] |
| pbc::RepeatedField< int > | FDirect [get] |
| pbc::RepeatedField< int > | FInverse [get] |
Constructor & Destructor Documentation
◆ InverseConstraintProto() [1/2]
|
inline |
Definition at line 3181 of file CpModel.pb.cs.
◆ InverseConstraintProto() [2/2]
|
inline |
Definition at line 3188 of file CpModel.pb.cs.
Member Function Documentation
◆ CalculateSize()
|
inline |
Definition at line 3263 of file CpModel.pb.cs.
◆ Clone()
|
inline |
Definition at line 3195 of file CpModel.pb.cs.
◆ Equals() [1/2]
|
inline |
Definition at line 3225 of file CpModel.pb.cs.
◆ Equals() [2/2]
|
inline |
Definition at line 3220 of file CpModel.pb.cs.
◆ GetHashCode()
|
inline |
Definition at line 3238 of file CpModel.pb.cs.
◆ MergeFrom() [1/2]
|
inline |
Definition at line 3274 of file CpModel.pb.cs.
◆ MergeFrom() [2/2]
|
inline |
Definition at line 3284 of file CpModel.pb.cs.
◆ ToString()
|
inline |
Definition at line 3249 of file CpModel.pb.cs.
◆ WriteTo()
|
inline |
Definition at line 3254 of file CpModel.pb.cs.
Member Data Documentation
◆ FDirectFieldNumber
|
static |
Field number for the "f_direct" field.
Definition at line 3200 of file CpModel.pb.cs.
◆ FInverseFieldNumber
|
static |
Field number for the "f_inverse" field.
Definition at line 3210 of file CpModel.pb.cs.
Property Documentation
◆ Descriptor
|
staticget |
Definition at line 3171 of file CpModel.pb.cs.
◆ FDirect
|
get |
Definition at line 3205 of file CpModel.pb.cs.
◆ FInverse
|
get |
Definition at line 3215 of file CpModel.pb.cs.
◆ Parser
|
staticget |
Definition at line 3168 of file CpModel.pb.cs.
The documentation for this class was generated from the following file: