Learn R Programming

CVXR (version 1.0)

mip_capable: 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

Run this code
# NOT RUN {
mip_capable(ECOS())
# }

Run the code above in your browser using DataLab