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

additional linear lifting detected on meyer10 #67

Closed jac0320 closed 6 years ago

jac0320 commented 7 years ago

This might be the case of coef*(linear expression), where parser doesn't recognize the outer expression to be a linear term. Not enough to raise concern, but need to make sure it is done correctly.

jac0320 commented 6 years ago

This issue goes away as #75 is merged.