Skip to content
Snippets Groups Projects
Commit 7035290e authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Adding z3 script

parent 84525c6c
No related branches found
No related tags found
No related merge requests found
set model ./../tmlcode/specz3.tmap
tml load $model
tml checksyntax
tml loadz3lib /opt/z3/bin/libz3.dylib:/opt/z3/bin/libz3java.dylib
tml z3opt
tml save-result ../tmlcode/z3result
tml save-result-tml-mapping ../tmlcode/z3result
......@@ -2985,7 +2985,7 @@ public class JFrameInteractiveSimulation extends JFrame implements ActionListene
_state = tasktm.getState(valueTable.get(new Integer(id)));
}
TraceManager.addDev("state:" + _state);
//TraceManager.addDev("state:" + _state);
if ((i != null) && (c != null)) {
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment