Skip to content

Commit

Permalink
Update docs on linear solution mode heuristic
Browse files Browse the repository at this point in the history
Updates the docs on the heuristic of the linear solution mode auto
selection.
  • Loading branch information
sleweke committed Oct 27, 2021
1 parent 0b8ffc9 commit a3c2677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/interface/system.rst
Expand Up @@ -269,7 +269,7 @@ Group /input/model/solver

``LINEAR_SOLUTION_MODE``

Determines whether the system of models is solved in parallel (1) or sequentially (2). A sequential solution is only possible for systems without cyclic connections. The setting can be chosen automatically (0) based on a heuristic (less than 6 unit operations and acyclic network selects sequential mode). Optional, defaults to automatic (0).
Determines whether the system of models is solved in parallel (1) or sequentially (2). A sequential solution is only possible for systems without cyclic connections. The setting can be chosen automatically (0) based on a heuristic (less than 25 unit operations and acyclic network selects sequential mode). Optional, defaults to automatic (0).

============= ============================== =============
**Type:** int **Range:** :math:`\{ 0,1,2 \}` **Length:** 1
Expand Down

0 comments on commit a3c2677

Please sign in to comment.