DisjunctiveProgramming.jl
DisjunctiveProgramming.jl copied to clipboard
Support Methods to Query and Modify Disjunct Constraints
It would be useful to support methods that query information and modify disjunct constraints. These would include:
- [ ] The reformulation constraint (if appropriate)
- [ ]
JuMP.set_start_valueandJuMP.start_value - [ ]
JuMP.set_dual_start_valueandJuMP.dual_start_value - [ ]
JuMP.set_normalized_coefficient,JuMP.set_normalized_coefficients, andJuMP.normalized_coefficient - [ ]
JuMP.set_normalized_rhsandJuMP.normalized_rhs - [ ]
JuMP.add_to_function_constant - [ ]
JuMP.valueandJuMP.dual(if appropriate) - [ ]
JuMP.shadow_price(if appropriate)