JuliaStochOpt / ParameterJuMP.jl

A JuMP extension to use parameter in constraints RHS
MIT License
41 stars 5 forks source link

Deleting a constraint in JuMP #15

Open joaquimg opened 5 years ago

joaquimg commented 5 years ago

Can we intercept the deletion call? Do we verify it in solve?

joaquimg commented 5 years ago

We can handle it in sync when trying to update the constraint. Lazy mode requires extra modification to param structure.