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