lanl-ansi / Alpine.jl

A Julia/JuMP-based Global Optimization Solver for Non-convex Programs
https://lanl-ansi.github.io/Alpine.jl/latest/
Other
244 stars 39 forks source link

PrimalStatus not defined #187

Closed blegat closed 2 years ago

blegat commented 2 years ago

When using JuMP.solution_summary with Alpine, the user gets

ERROR: LoadError: ArgumentError: ModelLike of type Alpine.Optimizer does not support accessing the attribute MathOptInterface.PrimalStatus(1)
odow commented 2 years ago

I think this is really just "fix the MathOptInterface wrapper" https://github.com/lanl-ansi/Alpine.jl/issues/152.

Blocked by the fact I need permission to run CI and https://github.com/lanl-ansi/Alpine.jl/pull/188