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

Expand MOI Support #38

Open
pedromxavier opened this issue May 18, 2022 · 2 comments
Open

Expand MOI Support #38

pedromxavier opened this issue May 18, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@pedromxavier
Copy link
Member

The priority, within the MOI support table, seems to be:

  • Idicator variables
  • SOS1
  • Quadratic Forms
@pedromxavier pedromxavier added the enhancement New feature or request label May 18, 2022
@bernalde
Copy link
Collaborator

I would say that the order should be:

  1. Quadratic forms (naturally explainable as QUBO using a bridge from quadratic cones to the nonlinear version of the problem)
  2. Indicator variables (the most interesting in my opinion as we can sort of automatize it by using the transformation y->g(x)<= 0 <=> y*g(x) <= 0
  3. SOS1 (I still do not know how to do this)

@pedromxavier
Copy link
Member Author

I agree, definitely!
@AndradeTiago and I had some ideas for SOS1, I can retrieve these notes for us to discuss.

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

No branches or pull requests

2 participants