Skip to content

Commit

Permalink
fix: add missing space in QUBO description
Browse files Browse the repository at this point in the history
  • Loading branch information
schweikart committed Jan 2, 2024
1 parent bc8330b commit fdf2ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/solve/QUBO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const QUBO: NextPage = () => {
<Heading as="h1">QUBO Solver</Heading>
<Text color="text" align="justify">
In the Quadratic Unconstrained Binary Optimization problem, we try to
find the assignment for a finite amount of <Code>0/1</Code>
find the assignment for a finite amount of <Code>0/1</Code>{' '}
decision variables that minimizes a given quadratic term with these
variables. The problem statement is given in the LP format and all
solvers will present a variable assigment as a solution.
Expand Down

0 comments on commit fdf2ddc

Please sign in to comment.