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
PR #239 introduces an empty method enforce_kind_in_optimizer!(form::Formulation, constr::Constraint) symmetric to the one dedicated to variables.
enforce_kind_in_optimizer!(form::Formulation, constr::Constraint)
What is the kind of a constraint in an MOIOptimizer ?
The text was updated successfully, but these errors were encountered:
@rrsadykov @vitornesello @FD-V Does the kind (facultative, core, subsystem) of a constraint can change ? I don't see any case in which it happens.
Sorry, something went wrong.
Same question for the explicit field
explicit
I do not see neither.
Successfully merging a pull request may close this issue.
PR #239 introduces an empty method
enforce_kind_in_optimizer!(form::Formulation, constr::Constraint)
symmetric to the one dedicated to variables.What is the kind of a constraint in an MOIOptimizer ?
The text was updated successfully, but these errors were encountered: