Skip to content

Commit f6b581f

Browse files
committed
changed Knapsack tag from QUBO to QAOA
1 parent 5a18b8b commit f6b581f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/landing-page/ProblemChooser.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const ProblemChooser = (props: GridProps) => (
6161
<ProblemCard
6262
href="solve/Knapsack"
6363
new={true}
64-
tags={["QUBO"]}
64+
tags={["QAOA"]}
6565
problemName={"Knapsack"}
6666
description="Maximize the total value of items in a knapsack without exceeding the capacity of the knapsack."
6767
/>

0 commit comments

Comments
 (0)