You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paper/paper.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,9 @@ A key backend concept in visualCaseGen is the Stage Mechanism, which structures
189
189
the CESM configuration process into consecutive steps (stages). Each stage
190
190
includes a set of related configuration variables that can be adjusted together.
191
191
Based on the user's selections, different stages are activated dynamically,
192
-
guiding the user through a structured workflow.
192
+
guiding the user through a structured workflow. The stage mechanism allows
193
+
the constraint solver to operate incrementally, applying only the relevant
194
+
constraints for the current stage, which improves performance and responsiveness.
193
195
194
196
## Stage Pipeline
195
197
@@ -203,7 +205,7 @@ dependencies, the stage pipeline must therefore form a directed acyclic graph
203
205
(DAG), enabling a consistent variable precedence hierarchy and eliminating the
204
206
possibility of loops or contradictory variable settings.
205
207
206
-

208
+

0 commit comments