Skip to content

Commit

Permalink
Add javadoc to qiskit qubo solver
Browse files Browse the repository at this point in the history
  • Loading branch information
Elscrux committed Sep 28, 2023
1 parent ec2a677 commit c613a52
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
import org.springframework.context.ApplicationContext;
import org.springframework.stereotype.Component;

/**
* {@link ProblemType#QUBO} solver using a Qiskit QAOA implementation.
*/
@Component
public class QiskitQuboSolver extends QuboSolver {
private final String quboPath;
Expand Down

0 comments on commit c613a52

Please sign in to comment.