From a3c2677a08296ca9aa636afaf58f55b4e6e56d4b Mon Sep 17 00:00:00 2001 From: Samuel Leweke Date: Thu, 28 Oct 2021 00:33:07 +0200 Subject: [PATCH] Update docs on linear solution mode heuristic Updates the docs on the heuristic of the linear solution mode auto selection. --- doc/interface/system.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/interface/system.rst b/doc/interface/system.rst index 7cb8a8f0d..035e5e3e5 100644 --- a/doc/interface/system.rst +++ b/doc/interface/system.rst @@ -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