Dip
0.92.4
|
Go to the source code of this file.
Classes | |
struct | ClpTrustedData |
For a structure to be used by trusted code. More... | |
Enumerations | |
enum | ClpIntParam { ClpMaxNumIteration = 0, ClpMaxNumIterationHotStart, ClpNameDiscipline, ClpLastIntParam } |
This is where to put any useful stuff. More... | |
enum | ClpDblParam { ClpDualObjectiveLimit, ClpPrimalObjectiveLimit, ClpDualTolerance, ClpPrimalTolerance, ClpObjOffset, ClpMaxSeconds, ClpMaxWallSeconds, ClpPresolveTolerance, ClpLastDblParam } |
enum | ClpStrParam { ClpProbName = 0, ClpLastStrParam } |
Functions | |
template<class T > | |
void | ClpDisjointCopyN (const T *array, const CoinBigIndex size, T *newArray) |
Copy (I don't like complexity of Coin version) More... | |
template<class T > | |
void | ClpFillN (T *array, const CoinBigIndex size, T value) |
And set. More... | |
template<class T > | |
T * | ClpCopyOfArray (const T *array, const CoinBigIndex size, T value) |
This returns a non const array filled with input from scalar or actual array. More... | |
template<class T > | |
T * | ClpCopyOfArray (const T *array, const CoinBigIndex size) |
This returns a non const array filled with actual array (or NULL) More... | |
enum ClpIntParam |
This is where to put any useful stuff.
Definition at line 12 of file ClpParameters.hpp.
enum ClpDblParam |
Definition at line 43 of file ClpParameters.hpp.
enum ClpStrParam |
Enumerator | |
---|---|
ClpProbName |
Name of the problem. This is the found on the Name card of an mps file. |
ClpLastStrParam |
Just a marker, so that we can allocate a static sized array to store parameters. |
Definition at line 72 of file ClpParameters.hpp.
|
inline |
Copy (I don't like complexity of Coin version)
Definition at line 84 of file ClpParameters.hpp.
Referenced by ClpCopyOfArray().
|
inline |
|
inline |
This returns a non const array filled with input from scalar or actual array.
Definition at line 100 of file ClpParameters.hpp.
References ClpDisjointCopyN(), and ClpFillN().
|
inline |
This returns a non const array filled with actual array (or NULL)
Definition at line 113 of file ClpParameters.hpp.
References ClpDisjointCopyN().