Skip to content

Commit bdddda1

Browse files
committed
minor paper updates
1 parent 3891609 commit bdddda1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

paper/paper.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ A key backend concept in visualCaseGen is the Stage Mechanism, which structures
189189
the CESM configuration process into consecutive steps (stages). Each stage
190190
includes a set of related configuration variables that can be adjusted together.
191191
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.
193195

194196
## Stage Pipeline
195197

@@ -203,7 +205,7 @@ dependencies, the stage pipeline must therefore form a directed acyclic graph
203205
(DAG), enabling a consistent variable precedence hierarchy and eliminating the
204206
possibility of loops or contradictory variable settings.
205207

206-
![The visualCaseGen stage pipeline, starting from the top node (1. Component Set) and ending at the bottom node (3. Launch). The user follows a path along this pipeline based on their modeling needs and selections. \label{fig:pipeline}](stage_pipeline.png)
208+
![The stage pipeline, starting with the "Component Set" stage and ending with the "Launch" stage. The user follows a path along this pipeline based on their modeling needs and selections. \label{fig:pipeline}](stage_pipeline.png)
207209

208210
## Constraint Graph and its Traversal
209211

0 commit comments

Comments
 (0)