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 06ffbe5 commit abe65b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/solve/QUBO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ 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>
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.
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.
</Text>

<Spacer />
Expand Down

0 comments on commit abe65b3

Please sign in to comment.