Skip to content

Commit

Permalink
Add script for generating happy and normal traces
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Nov 22, 2023
1 parent c510e61 commit db16905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go run ./... -modelPath=../ccv_happy.qnt -init initHappy -step stepHappy -invariant CanReceiveMaturations -traceFolder traces -numTraces 50
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go run ./... -modelPath=../ccv_happy.qnt -init initHappy -step stepHappy -invariant CanReceiveMaturations -traceFolder traces -numTraces 50
go run ./... -modelPath=../ccv_model.qnt -init init -step step -traceFolder traces -numTraces 50

0 comments on commit db16905

Please sign in to comment.