statusString {ivmte} | R Documentation |
Convert status code to string
Description
This function returns the status code specific to a solver.
Usage
statusString(status, solver)
Arguments
status |
Status code. |
solver |
Name of solver, either 'gurobi', 'cplexapi', or 'lpsolveapi'. |
Value
Status specific to solver, e.g. 'OPTIMAL (2)'.
[Package ivmte version 1.4.0 Index]