![]() |
Google OR-Tools v9.12
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 4118 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4143 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4151 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4251 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4159 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4187 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4193 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4207 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4263 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4274 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4219 of file LinearSolver.pb.cs.
|
inline |
Definition at line 4225 of file LinearSolver.pb.cs.
|
static |
Field number for the "var_index" field.
Definition at line 4164 of file LinearSolver.pb.cs.
|
static |
Field number for the "var_value" field.
Definition at line 4175 of file LinearSolver.pb.cs.
|
staticget |
Definition at line 4131 of file LinearSolver.pb.cs.
|
staticget |
Definition at line 4127 of file LinearSolver.pb.cs.
|
get |
Definition at line 4170 of file LinearSolver.pb.cs.
|
get |
Definition at line 4181 of file LinearSolver.pb.cs.