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 authored and schweikart committed Jan 2, 2024
1 parent c269a29 commit f090d67
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 f090d67

Please sign in to comment.