![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
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. More...
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 4549 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. | |
| const int | FInverseFieldNumber = 2 |
| Field number for the "f_inverse" field. | |
Properties | |
| static pb::MessageParser< InverseConstraintProto > | Parser [get] |
| static pbr::MessageDescriptor | Descriptor [get] |
| pbc::RepeatedField< int > | FDirect [get] |
| pbc::RepeatedField< int > | FInverse [get] |
|
inline |
Definition at line 4574 of file CpModel.pb.cs.
|
inline |
Definition at line 4582 of file CpModel.pb.cs.
|
inline |
Definition at line 4682 of file CpModel.pb.cs.
|
inline |
Definition at line 4590 of file CpModel.pb.cs.
|
inline |
Definition at line 4624 of file CpModel.pb.cs.
|
inline |
Definition at line 4618 of file CpModel.pb.cs.
|
inline |
Definition at line 4638 of file CpModel.pb.cs.
|
inline |
Definition at line 4694 of file CpModel.pb.cs.
|
inline |
Definition at line 4705 of file CpModel.pb.cs.
|
inline |
Definition at line 4650 of file CpModel.pb.cs.
|
inline |
Definition at line 4656 of file CpModel.pb.cs.
|
static |
Field number for the "f_direct" field.
Definition at line 4595 of file CpModel.pb.cs.
|
static |
Field number for the "f_inverse" field.
Definition at line 4606 of file CpModel.pb.cs.
|
staticget |
Definition at line 4562 of file CpModel.pb.cs.
|
get |
Definition at line 4601 of file CpModel.pb.cs.
|
get |
Definition at line 4612 of file CpModel.pb.cs.
|
staticget |
Definition at line 4558 of file CpModel.pb.cs.