We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a18b8b commit f6b581fCopy full SHA for f6b581f
src/components/landing-page/ProblemChooser.tsx
@@ -61,7 +61,7 @@ export const ProblemChooser = (props: GridProps) => (
61
<ProblemCard
62
href="solve/Knapsack"
63
new={true}
64
- tags={["QUBO"]}
+ tags={["QAOA"]}
65
problemName={"Knapsack"}
66
description="Maximize the total value of items in a knapsack without exceeding the capacity of the knapsack."
67
/>
0 commit comments