JuliaOpt / MathProgBase.jl

DEPRECATED: Solver-independent functions (i.e. linprog and mixintprog) and low-level interface for Mathematical Programming
Other
80 stars 38 forks source link

Use iterable indices for cone indices in ConicToLPQP #198

Closed blegat closed 6 years ago

blegat commented 6 years ago

The doc says that is should be a "list of indices of constraints or variables (respectively) which belong to this cone (may be given as a Range)". CC @mfalt