Overview | Group | Index | Concepts |
The routine CPXgetsolnpoolsolnindex
searches for the index number
of the specified solution in the solution pool of a CPLEX problem object.
Example
status = CPXgetsolnpoolsolnindex (env, lp, "p4", &setindex);
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |
lname_str | A solution name to search for. |
index_p | A pointer to an integer to hold the index number of the solution with name |