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

Support QUBO with fixed variables #11

Open
ZedongPeng opened this issue Dec 14, 2023 · 0 comments
Open

Support QUBO with fixed variables #11

ZedongPeng opened this issue Dec 14, 2023 · 0 comments

Comments

@ZedongPeng
Copy link

I am using MQLib to solve a QUBO with fixed variables. However, the following error will come up.
I think we need to add the support of QUBO with fixed variables.

ERROR: LoadError: Constraints of type MathOptInterface.VariableIndex-in-MathOptInterface.EqualTo{Float64} are not supported by the solver.

If you expected the solver to support your problem, you may have an error in your formulation. Otherwise, consider using a different solver.

The list of available solvers, along with the problem types they support, is available at https://jump.dev/JuMP.jl/stable/installation/#Supported-solvers.
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