Skip to content

Commit 887ddfb

Browse files
committed
Fix typo, improve wording in README
1 parent b395fed commit 887ddfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ We first pass an `ObjectiveFunction`.
6161
Then we give a feasible system in `DictionaryForm`, a list of slack variables, a list of artificial variables, and a variable to represent the objective.
6262
`optimizeFeasibleSystem` Maximizes/Minimizes the linear equation represented as a `VarConstMap` in the given `ObjectiveFunction`.
6363
The first item of the returned pair is the `Integer` variable representing the objective.
64-
Ths second item is a map of `Integer` variables with their optimized values.
65-
If a variable is not present in this map, the variable is equal to 0.
64+
The second item is a list of `Integer` variables mapped to their optimized values.
65+
If a variable is not in this list, the variable is equal to 0.
6666

6767
### Two-Phase Simplex
6868
`twoPhaseSimplex` performs both phases of the simplex method.

0 commit comments

Comments
 (0)