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, 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 48 of file ClpParameters.hpp. |
|
Copy (I don't like complexity of Coin version).
Definition at line 59 of file ClpParameters.hpp. Referenced by ClpCopyOfArray(). |
|
And set.
Definition at line 65 of file ClpParameters.hpp. Referenced by ClpCopyOfArray(). |
|
This returns a non const array filled with input from scalar or actual array.
Definition at line 73 of file ClpParameters.hpp. References ClpDisjointCopyN(), and ClpFillN(). |
|
This returns a non const array filled with actual array (or NULL).
Definition at line 85 of file ClpParameters.hpp. References ClpDisjointCopyN(). |