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

LP problem mask and Meta-Solver-Strategy #84

Open
koalamitice opened this issue Aug 30, 2024 · 3 comments
Open

LP problem mask and Meta-Solver-Strategy #84

koalamitice opened this issue Aug 30, 2024 · 3 comments
Assignees
Labels
good first issue Good for newcomers type: enhancement New feature or request

Comments

@koalamitice
Copy link
Member

koalamitice commented Aug 30, 2024

Add a problem mask for LP (Frontend) and implement a dummy LP Meta-Solver Strategy (Backend)

@koalamitice koalamitice added good first issue Good for newcomers type: enhancement New feature or request labels Oct 11, 2024
@koalamitice koalamitice assigned tubadzin and unassigned Elscrux Feb 3, 2025
@koalamitice
Copy link
Member Author

koalamitice commented Feb 10, 2025

TODO: Which Input Format should be used for LPs?
We want a format that can do ILP and MIP (should be easy to find - maybe LP format that we already use for QUBOs)

--> we most likely want to use .lp files

@koalamitice
Copy link
Member Author

koalamitice commented Feb 10, 2025

TODO: add standard MIP solver (e.g. OR Tools)
https://developers.google.com/optimization/mip/mip_example?hl=de

-- what format are they using?

@koalamitice
Copy link
Member Author

TODO: add MIP -> QUBO transformation (see #130 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants