mip_capable {CVXR}R Documentation

Solver Capabilities

Description

Determine if a solver is capable of solving a mixed-integer program (MIP).

Usage

mip_capable(solver)

Arguments

solver

A ReductionSolver object.

Value

A logical value.

Examples

mip_capable(ECOS())

[Package CVXR version 1.0-12 Index]