source: cegar_dev/cegar/concrete_model/debug_trace_crt @ 106

Last change on this file since 106 was 4, checked in by syed, 13 years ago

input files added

File size: 531 bytes
Line 
1# MC: formula failed --- AG(o2=0)
2# MC: Calling debugger for trace 1
3--State
4machine_concret1.m_state:S0
5o1:0
6o2:0
7r_i1:0
8fails AG(o2=0)
9
10--Counter example is a path to a state where o2=0 is false
11 --Counter example begins
12--State 0:
13machine_concret1.m_state:S0
14o1:0
15o2:0
16r_i1:0
17
18--Goes to state 1:
19machine_concret1.m_state:S1
20o1:1
21r_i1:1
22--On input:
23i1:1
24
25--Goes to state 2:
26machine_concret1.m_state:S2
27o1:0
28o2:1
29--On input:
30<Unchanged>
31
32 --Counter example ends
33
34--State
35machine_concret1.m_state:S2
36o1:0
37o2:1
38r_i1:1
39fails o2=0.
40
41
Note: See TracBrowser for help on using the repository browser.