Skip to content

Several changes #80

New issue

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

Merged
merged 1 commit into from
May 10, 2024
Merged

Several changes #80

merged 1 commit into from
May 10, 2024

Conversation

whart222
Copy link
Collaborator

  1. Adding active() methods for objectives and constraints. These container objects can be activated and deactivated. Note that these container objects should not be shared between models (though Coek does not prohibit that currently). However, their underlying expressions can be shared between models.

  2. Preliminary use of active() in the gurobi and highs interfaces.

  3. Fixes to the highs quadratic objective terms, which needed to be a lower-triangular matrix, not an upper triangular.

  4. Adding test cases to check QP logic for gurobi and highs.

1. Adding active() methods for objectives and constraints.
        These container objects can be activated and deactivated.
        Note that these container objects should *not* be shared
        between models (though Coek does not prohibit that
        currently).  However, their underlying expressions *can*
        be shared between models.

2. Preliminary use of active() in the gurobi and highs interfaces.

3. Fixes to the highs quadratic objective terms, which needed to
        be a lower-triangular matrix, not an upper triangular.

4. Adding test cases to check QP logic for gurobi and highs.
@whart222 whart222 merged commit fa25738 into dev May 10, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant