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

Add quantum solvers for the coloring problem #236

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

ArmandGautier
Copy link

We add two solvers (QAOA algorithm and VQE algorithm) to solve the coloring problem, each solver has two versions.
One to minimize the number of color that we need to solve the coloring problem and another to say for a given number of color if the coloring problem is feasible for this number of color.

We add an example of a little problem and an example to use optuna for a coloring problem.

@ArmandGautier ArmandGautier force-pushed the branch_for_pr branch 2 times, most recently from 245e444 to 4516120 Compare June 17, 2024 10:36
…s no bug at the execution when qiskit is available.
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

Successfully merging this pull request may close these issues.

None yet

1 participant