ROI_applicable_solvers: Obtain Applicable Solvers

View source: R/roi.R

ROI_applicable_solversR Documentation

Obtain Applicable Solvers

Description

ROI_applicable_solvers takes as argument an optimization problem (object of class 'OP') and returns a vector giving the applicable solver. The set of applicable solver is restricted on the available solvers, which means if solver "A" and "B" would be applicable but a ROI.plugin is only installed for solver "A" only solver "A" would be listed as applicable solver.

Usage

ROI_applicable_solvers(op)

Arguments

op

an ROI-object of type 'OP'.

Value

An character vector giving the applicable solver, for a certain optimization problem.


ROI documentation built on April 21, 2023, 1:11 a.m.