-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
MIPVariable: Change to a subclass of FiniteFamily #31750
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
Author: Matthias Koeppe |
Commit: |
comment:11
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Dependencies: #34839 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Removed branch from issue description; replaced by PR #35121 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
... to give it a richer set of operations, such as
len()
to get the number of components and an implementation of.inverse_family()
to allow looking up the key of a given component (LinearFunction
instance).This requires making
AbstractFamily
andFiniteFamily
Cython classes.Depends on #34839
CC: @yuan-zhou @tscrim @mantepse
Component: linear programming
Author: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/31750
The text was updated successfully, but these errors were encountered: