-
Notifications
You must be signed in to change notification settings - Fork 1
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
QUBO via PlanQK #63
QUBO via PlanQK #63
Conversation
Can you rebase this to |
3b98e9b
to
cbc5caf
Compare
@schweikart Done now. Sorry, I failed to see this earlier! |
cbc5caf
to
a48f132
Compare
|
f74d0f0
to
16b59f5
Compare
@koalamitice I think this is good to go now. Don't mind the duplicated code (or if you have a good idea how to reduce it properly let me know). |
…s the first argument
…inal "End" statement in the LP file format properly
42f2b02
to
13abdee
Compare
|
Closes #62
Currently, the QUBO format is using LP, which we parse using a forked library with some tweaks. The Quantagonia implementation needs a QUBO matrix so there are some more steps involved to create this out of the LP format. Note that the LP format is currently required to name its variables like this x0, x1, x2...