MathProgBase.jl icon indicating copy to clipboard operation
MathProgBase.jl copied to clipboard

HighLevelInterface.MixintprogSolution untyped

Open matbesancon opened this issue 7 years ago • 8 comments

Is there a reason why MixintprogSolution is untyped? I was expecting status to always be a symbol (and leveraging this on top of MPBase).

help?> MathProgBase.HighLevelInterface.MixintprogSolution
  No documentation found.

  Summary:

  mutable struct MathProgBase.HighLevelInterface.MixintprogSolution <: Any

  Fields:

  status :: Any
  objval :: Any
  sol    :: Any
  attrs  :: Any

matbesancon avatar May 14 '18 21:05 matbesancon