Skip to content
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

Allow usage of MPSolver.SetStartingLPBasis in Python API #4188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pet-mit
Copy link
Contributor

@pet-mit pet-mit commented Apr 17, 2024

This PR allows using the MPSolver::SetStartingLPBasis in Python, via the Swig interface.

The trap is that Python converts the MPSolver::BasisStatus enums to integers (for example, MPVariable::basis_status returns an 'int' in Python, see new test file).
So we have to define a custom function that converts back integers to MPSolver::BasisStatus.

Signed-off-by: Peter Mitri <peter.mitri@rte-france.com>
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.

None yet

1 participant