|
Get a MIP start.
virtual _LONG_T GetMIPStart( int max_no, double values[], int * level ) = 0;
Parameters |
Description |
int max_no |
The maximum number of columns for which the level value should be retrieved. |
double values[] |
The column level values. Length must be at least max_no. |
int * level |
A pointer to the location where the effort level is returned. |
The GetMIPStart method returns the actual number of columns for which the level value were retrieved.
The GetMIPStart method is used to retrieve from AIMMS the column level values from a solution in the solution repository of a (generated) math program.