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

Object-oriented strategies interface #6

Open
bstellato opened this issue Mar 3, 2020 · 0 comments
Open

Object-oriented strategies interface #6

bstellato opened this issue Mar 3, 2020 · 0 comments

Comments

@bstellato
Copy link
Owner

bstellato commented Mar 3, 2020

Implement strategies with an abstract class. Each strategy will define useful information to help solving the problem and hopefully making it convex. Examples are (combinations of):

  • Tight constraints (or subset of)
  • Integer variables (or subset of)
  • Continuous variables (or subset of)

The object-oriented interface will deal with how to:

  1. Retrieve the strategy from the original problem solution
  2. Solve the problem with the strategic information

In order to do so, we need to inject the Strategy in the reduction chain (possible after the ParamProg).

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

1 participant