ROI_solver_signature {ROI} | R Documentation |
Obtain Solver Signature
Description
Obtain the signature of a registered solver.
Usage
ROI_solver_signature(solver)
Arguments
solver |
a character string giving the name of the solver. |
Value
the solver signature if the specified solver is registered NULL
otherwise.
Examples
ROI_solver_signature("nlminb")
[Package ROI version 1.0-1 Index]