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

Chicken-and-egg problem: papilo links to SCIP, and SCIP links to papilo #2

Closed
yurivict opened this issue Aug 1, 2021 · 1 comment
Closed

Comments

@yurivict
Copy link

yurivict commented Aug 1, 2021

Both projects have options to link with each other.

@yurivict yurivict changed the title Chocken-and-egg problem: papilo links to SCIP, and SCIP links to papilo Chicken-and-egg problem: papilo links to SCIP, and SCIP links to papilo Aug 1, 2021
@alexhoen
Copy link
Member

You can use PaPILO in 3 different ways:

  1. as standalone presolving library
  2. as a frontend for solvers. In this case, PaPILO presolves the problem and passes the presolved problem to a solver via MIP
  3. integrated into a solver. In this case, PaPILO would be part of the presolving routine. In this case PaPILO would never call an integrated solver - even if it is built with that.

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

No branches or pull requests

2 participants