We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be useful to support methods that query information and modify disjunct constraints. These would include:
JuMP.set_start_value
JuMP.start_value
JuMP.set_dual_start_value
JuMP.dual_start_value
JuMP.set_normalized_coefficient
JuMP.set_normalized_coefficients
JuMP.normalized_coefficient
JuMP.set_normalized_rhs
JuMP.normalized_rhs
JuMP.add_to_function_constant
JuMP.value
JuMP.dual
JuMP.shadow_price
The text was updated successfully, but these errors were encountered:
LogicalVariableRef
No branches or pull requests
It would be useful to support methods that query information and modify disjunct constraints. These would include:
JuMP.set_start_value
andJuMP.start_value
JuMP.set_dual_start_value
andJuMP.dual_start_value
JuMP.set_normalized_coefficient
,JuMP.set_normalized_coefficients
, andJuMP.normalized_coefficient
JuMP.set_normalized_rhs
andJuMP.normalized_rhs
JuMP.add_to_function_constant
JuMP.value
andJuMP.dual
(if appropriate)JuMP.shadow_price
(if appropriate)The text was updated successfully, but these errors were encountered: