-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
MixedIntegerLinearProgram.ambient_space, feasible_set, optimal_set #31742
Comments
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:5
Perhaps the strange variable names for the backend, constructed in
This variable name is not compatible with LP (http://lpsolve.sourceforge.net/5.0/CPLEX-format.htm) or MPS file format (https://www.gurobi.com/documentation/9.1/refman/mps_format.html). |
comment:6
opened #31791 ( |
This comment has been minimized.
This comment has been minimized.
Dependencies: #21405 |
Branch pushed to git repo; I updated commit sha1. This was a forced push. Last 10 new commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. This was a forced push. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
We define some convenience methods that make it easy to construct sets and manifold objects corresponding to linear and mixed-integer linear optimization problems.
The ambient space is just a
CombinatorialFreeModule
or aConditionSet
or aEuclideanSpace
, using the (formatted) variable names of the frontend as indices (CombinatorialFreeModule
) / variable names.The feasible set is also a
ConditionSet
or a manifold subset.We extend the method
get_values
so that it can return elements of the ambient space (or its projections).Followups:
ContinuousMap
that injects the previous MILP into the new one.Depends on #21405
Depends on #31750
CC: @egourgoulhon @mjungmath @tscrim @yuan-zhou
Component: manifolds
Branch/Commit: u/mkoeppe/mixedintegerlinearprogram_ambient_manifold__feasible_subset__objective_scalar_field__optimal_subset @
3bad25c
Issue created by migration from https://trac.sagemath.org/ticket/31742
The text was updated successfully, but these errors were encountered: