![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | MPVariableVectorEnumerator |
Public Member Functions | |
void | Dispose () |
MPVariableVector (global::System.Collections.IEnumerable c) | |
MPVariableVector (global::System.Collections.Generic.IEnumerable< Variable > c) | |
void | CopyTo (Variable[] array) |
void | CopyTo (Variable[] array, int arrayIndex) |
void | CopyTo (int index, Variable[] array, int arrayIndex, int count) |
Variable[] | ToArray () |
MPVariableVectorEnumerator | GetEnumerator () |
MPVariableVector () | |
MPVariableVector (MPVariableVector other) | |
void | Clear () |
void | Add (Variable x) |
MPVariableVector (int capacity) | |
void | AddRange (MPVariableVector values) |
MPVariableVector | GetRange (int index, int count) |
void | Insert (int index, Variable x) |
void | InsertRange (int index, MPVariableVector values) |
void | RemoveAt (int index) |
void | RemoveRange (int index, int count) |
void | Reverse () |
void | Reverse (int index, int count) |
void | SetRange (int index, MPVariableVector values) |
bool | Contains (Variable value) |
int | IndexOf (Variable value) |
int | LastIndexOf (Variable value) |
bool | Remove (Variable value) |
Static Public Member Functions | |
static implicit | operator MPVariableVector (Variable[] inVal) |
cast from C# MPVariable array | |
static implicit | operator Variable[] (MPVariableVector inVal) |
cast to C# MPVariable array | |
static MPVariableVector | Repeat (Variable value, int count) |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Protected Attributes | |
bool | swigCMemOwn |
Properties | |
bool | IsFixedSize [get] |
bool | IsReadOnly [get] |
Variable | this[int index] [get, set] |
int | Capacity [get, set] |
bool | IsEmpty [get] |
int | Count [get] |
bool | IsSynchronized [get] |
Definition at line 194 of file VariableHelper.cs.
|
inline |
Definition at line 63 of file MPVariableVector.cs.
|
inline |
Definition at line 71 of file MPVariableVector.cs.
|
inline |
Definition at line 241 of file MPVariableVector.cs.
|
inline |
Definition at line 244 of file MPVariableVector.cs.
|
inline |
Definition at line 275 of file MPVariableVector.cs.
|
inline |
Definition at line 252 of file MPVariableVector.cs.
|
inline |
Definition at line 298 of file MPVariableVector.cs.
|
inline |
Definition at line 248 of file MPVariableVector.cs.
|
inline |
Definition at line 351 of file MPVariableVector.cs.
|
inline |
Definition at line 139 of file MPVariableVector.cs.
|
inline |
Definition at line 129 of file MPVariableVector.cs.
|
inline |
Definition at line 134 of file MPVariableVector.cs.
|
inline |
Definition at line 46 of file MPVariableVector.cs.
|
inlineprotectedvirtual |
Definition at line 51 of file MPVariableVector.cs.
|
inline |
Definition at line 171 of file MPVariableVector.cs.
|
inline |
Definition at line 303 of file MPVariableVector.cs.
|
inline |
Definition at line 356 of file MPVariableVector.cs.
|
inline |
Definition at line 310 of file MPVariableVector.cs.
|
inline |
Definition at line 315 of file MPVariableVector.cs.
|
inline |
Definition at line 361 of file MPVariableVector.cs.
|
inlinestatic |
cast from C# MPVariable array
Definition at line 202 of file VariableHelper.cs.
|
inlinestatic |
cast to C# MPVariable array
Definition at line 213 of file VariableHelper.cs.
|
inline |
Definition at line 366 of file MPVariableVector.cs.
|
inline |
Definition at line 320 of file MPVariableVector.cs.
|
inline |
Definition at line 325 of file MPVariableVector.cs.
|
inlinestatic |
Definition at line 330 of file MPVariableVector.cs.
|
inline |
Definition at line 337 of file MPVariableVector.cs.
|
inline |
Definition at line 341 of file MPVariableVector.cs.
|
inline |
Definition at line 346 of file MPVariableVector.cs.
|
inline |
Definition at line 157 of file MPVariableVector.cs.
|
protected |
Definition at line 18 of file MPVariableVector.cs.
|
getset |
Definition at line 100 of file MPVariableVector.cs.
|
get |
Definition at line 117 of file MPVariableVector.cs.
|
get |
Definition at line 111 of file MPVariableVector.cs.
|
get |
Definition at line 79 of file MPVariableVector.cs.
|
get |
Definition at line 85 of file MPVariableVector.cs.
|
get |
Definition at line 123 of file MPVariableVector.cs.
|
getset |
Definition at line 91 of file MPVariableVector.cs.