Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
The constraint target = vars[index]. This enforces that index takes one of the value in [0, vars_size()). More...
Public Member Functions | |
ElementConstraintProto () | |
ElementConstraintProto (ElementConstraintProto other) | |
ElementConstraintProto | Clone () |
override bool | Equals (object other) |
bool | Equals (ElementConstraintProto other) |
override int | GetHashCode () |
override string | ToString () |
void | WriteTo (pb::CodedOutputStream output) |
int | CalculateSize () |
void | MergeFrom (ElementConstraintProto other) |
void | MergeFrom (pb::CodedInputStream input) |
Static Public Attributes | |
const int | IndexFieldNumber = 1 |
Field number for the "index" field. | |
const int | TargetFieldNumber = 2 |
Field number for the "target" field. | |
const int | VarsFieldNumber = 3 |
Field number for the "vars" field. | |
Properties | |
static pb::MessageParser< ElementConstraintProto > | Parser [get] |
static pbr::MessageDescriptor | Descriptor [get] |
int | Index [get, set] |
int | Target [get, set] |
pbc::RepeatedField< int > | Vars [get] |
The constraint target = vars[index]. This enforces that index takes one of the value in [0, vars_size()).
Definition at line 1611 of file CpModel.pb.cs.
|
inline |
Definition at line 1636 of file CpModel.pb.cs.
|
inline |
Definition at line 1644 of file CpModel.pb.cs.
|
inline |
Definition at line 1774 of file CpModel.pb.cs.
|
inline |
Definition at line 1653 of file CpModel.pb.cs.
|
inline |
Definition at line 1700 of file CpModel.pb.cs.
|
inline |
Definition at line 1694 of file CpModel.pb.cs.
|
inline |
Definition at line 1715 of file CpModel.pb.cs.
|
inline |
Definition at line 1791 of file CpModel.pb.cs.
|
inline |
Definition at line 1807 of file CpModel.pb.cs.
|
inline |
Definition at line 1728 of file CpModel.pb.cs.
|
inline |
Definition at line 1734 of file CpModel.pb.cs.
|
static |
Field number for the "index" field.
Definition at line 1658 of file CpModel.pb.cs.
|
static |
Field number for the "target" field.
Definition at line 1670 of file CpModel.pb.cs.
|
static |
Field number for the "vars" field.
Definition at line 1682 of file CpModel.pb.cs.
|
staticget |
Definition at line 1624 of file CpModel.pb.cs.
|
getset |
Definition at line 1662 of file CpModel.pb.cs.
|
staticget |
Definition at line 1620 of file CpModel.pb.cs.
|
getset |
Definition at line 1674 of file CpModel.pb.cs.
|
get |
Definition at line 1688 of file CpModel.pb.cs.