Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
This message encodes a partial (or full) assignment of the variables of a MPModelProto problem. The indices in var_index should be unique and valid variable indices of the associated problem. More...
Public Member Functions | |
PartialVariableAssignment () | |
PartialVariableAssignment (PartialVariableAssignment other) | |
PartialVariableAssignment | Clone () |
override bool | Equals (object other) |
bool | Equals (PartialVariableAssignment other) |
override int | GetHashCode () |
override string | ToString () |
void | WriteTo (pb::CodedOutputStream output) |
int | CalculateSize () |
void | MergeFrom (PartialVariableAssignment other) |
void | MergeFrom (pb::CodedInputStream input) |
Static Public Attributes | |
const int | VarIndexFieldNumber = 1 |
Field number for the "var_index" field. | |
const int | VarValueFieldNumber = 2 |
Field number for the "var_value" field. | |
Properties | |
static pb::MessageParser< PartialVariableAssignment > | Parser [get] |
static pbr::MessageDescriptor | Descriptor [get] |
pbc::RepeatedField< int > | VarIndex [get] |
pbc::RepeatedField< double > | VarValue [get] |
This message encodes a partial (or full) assignment of the variables of a MPModelProto problem. The indices in var_index should be unique and valid variable indices of the associated problem.
Definition at line 4038 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4063 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4071 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4171 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4079 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4107 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4113 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4127 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4183 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4194 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4139 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4145 of file LinearSolver.pb.cs.
|
static |
Field number for the "var_index" field.
Definition at line 4084 of file LinearSolver.pb.cs.
|
static |
Field number for the "var_value" field.
Definition at line 4095 of file LinearSolver.pb.cs.
|
staticget |
Definition at line 4051 of file LinearSolver.pb.cs.
|
staticget |
Definition at line 4047 of file LinearSolver.pb.cs.
|
get |
Definition at line 4090 of file LinearSolver.pb.cs.
|
get |
Definition at line 4101 of file LinearSolver.pb.cs.