Go to the source code of this file.
Enumerations | |
enum | ClpIntParam { ClpMaxNumIteration = 0, ClpMaxNumIterationHotStart, ClpLastIntParam } |
This is where to put any useful stuff. More... | |
enum | ClpDblParam { ClpDualObjectiveLimit, ClpPrimalObjectiveLimit, ClpDualTolerance, ClpPrimalTolerance, ClpObjOffset, ClpMaxSeconds, ClpPresolveTolerance, ClpLastDblParam } |
enum | ClpStrParam { ClpProbName = 0, ClpLastStrParam } |
Functions | |
template<class T> | |
void | ClpDisjointCopyN (const T *array, const int size, T *newArray) |
Copy (I don't like complexity of Coin version). | |
template<class T> | |
void | ClpFillN (T *array, const int size, T value) |
And set. | |
template<class T> | |
T * | ClpCopyOfArray (const T *array, const int size, T value) |
This returns a non const array filled with input from scalar or actual array. | |
template<class T> | |
T * | ClpCopyOfArray (const T *array, const int size) |
This returns a non const array filled with actual array (or NULL). |
|
This is where to put any useful stuff.
Definition at line 10 of file ClpParameters.hpp. |
|
Definition at line 22 of file ClpParameters.hpp. |
|
Definition at line 50 of file ClpParameters.hpp. |
|
Copy (I don't like complexity of Coin version).
Definition at line 61 of file ClpParameters.hpp. Referenced by ClpCopyOfArray(). |
|
And set.
Definition at line 67 of file ClpParameters.hpp. Referenced by ClpCopyOfArray(). |
|
This returns a non const array filled with input from scalar or actual array.
Definition at line 75 of file ClpParameters.hpp. References ClpDisjointCopyN(), and ClpFillN(). |
|
This returns a non const array filled with actual array (or NULL).
Definition at line 87 of file ClpParameters.hpp. References ClpDisjointCopyN(). |