Description Usage Arguments Value Examples
Obtain the signature of a registered solver.
1  | ROI_solver_signature(solver)
 | 
solver | 
 a character string giving the name of the solver.  | 
the solver signature if the specified solver is registered NULL otherwise.
1  | ROI_solver_signature("nlminb")
 | 
ROI.plugin.glpk: R Optimization Infrastructure
Registered solver plugins: nlminb, glpk.
Default solver: auto.
  objective constraints bounds cones maximum    C     I     B
1         F           X      X     X    TRUE TRUE FALSE FALSE
2         F           F      X     X    TRUE TRUE FALSE FALSE
3         F           X      V     X    TRUE TRUE FALSE FALSE
4         F           F      V     X    TRUE TRUE FALSE FALSE
5         F           X      X     X   FALSE TRUE FALSE FALSE
6         F           F      X     X   FALSE TRUE FALSE FALSE
7         F           X      V     X   FALSE TRUE FALSE FALSE
8         F           F      V     X   FALSE TRUE FALSE FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.