Skip to content

Commit

Permalink
Update parallel.md
Browse files Browse the repository at this point in the history
Removed reference to concurrent LP solver - choice will be made on problem characteristics, as Gurobi propose

Fixed typo
  • Loading branch information
jajhall committed Jan 29, 2024
1 parent 432ce3f commit dd4a9a2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/src/parallel.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,10 @@ performed regardless of the value of the

## Future plans

A prototype parallel LP solver has been developed, in which the
(serial) interior point solver and simplex variants are run
concurrently. When one runs to completion, the others are
stopped. However, to ensure that it runs deterministically requires
considerable further work. The non-deterministic solver will be
available by the end of 2023, but a deterministic solver is unlikely
to be available before the end of 2024.

The MIP solver has been written with parallel tree seach in mind, and
it is hoped that this will be implemented before the end of 2024. The
parallel LP solver will also enhance the MIP solver performance by
spoeeding up the solution of the root node.
speeding up the solution of the root node.

Development of a parallel interior point solver will start in 2023,
and is expected to be completed by the end of 2024.
Expand Down

0 comments on commit dd4a9a2

Please sign in to comment.