using:generating_state_graphs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
using:generating_state_graphs [2025/02/18 11:21] fponziusing:generating_state_graphs [2025/02/18 13:01] (current) fponzi
Line 9: Line 9:
 </code> </code>
  
-then visualize the graph: * http://www.webgraphviz.com/ * From CLI: ''%%dot -Tps filename.dot -o outfile.ps%%''+then visualize the graph:  
 + 
 +  * http://www.webgraphviz.com/ 
 +  * From CLI: ''%%dot -Tps filename.dot -o outfile.ps%%''
  
 If the state graph is large, you can try to visualize it using: If the state graph is large, you can try to visualize it using:
  
-  * https:%%//%%cytoscape.org/index.html +  * https://cytoscape.org/index.html 
-  * https:%%//%%gephi.org/+  * https://gephi.org/
  
 If you use intellij, there is a plugin to visualize/edit .dot files in the ide. If you use intellij, there is a plugin to visualize/edit .dot files in the ide.
  
-From the TLA+ Toolbox:+===== From the TLA+ Toolbox: ===== 
  
 if dot is not installed in the standard path, please adjust the dot path in the Toolbox’s preferences (File > Preferences > TLA+ Preferences > PDF Viewer > Specify dot command). Afterwards check “Visualize state graph after completion of model checking” before you run model-checking on the “Advanced Options” page of the model editor (see attached screenshot). The Toolbox will then add a tab to the model editor showing the state graph once model checking has completed. if dot is not installed in the standard path, please adjust the dot path in the Toolbox’s preferences (File > Preferences > TLA+ Preferences > PDF Viewer > Specify dot command). Afterwards check “Visualize state graph after completion of model checking” before you run model-checking on the “Advanced Options” page of the model editor (see attached screenshot). The Toolbox will then add a tab to the model editor showing the state graph once model checking has completed.
  • using/generating_state_graphs.txt
  • Last modified: 2025/02/18 13:01
  • by fponzi