|
1 | 1 | CORE
|
2 | 2 | control_flow.c
|
3 | 3 | --verbosity 10
|
4 |
| -Passing problem to incremental SMT2 solving via "z3 --smt2 -in" |
| 4 | +Passing problem to incremental SMT2 solving via |
5 | 5 | Sending command to SMT2 solver - \(set-option :produce-models true\)
|
6 | 6 | Sending command to SMT2 solver - \(set-logic QF_UFBV\)
|
7 | 7 | Sending command to SMT2 solver - \(declare-fun |goto_symex::&92;guard#1| \(\) Bool\)
|
8 | 8 | Sending command to SMT2 solver - \(define-fun |B1| \(\) Bool |goto_symex::&92;guard#1|\)
|
9 | 9 | Sending command to SMT2 solver - \(declare-fun |main::1::x!0@1#1| \(\) \(_ BitVec 32\)\)
|
10 |
| -Sending command to SMT2 solver - \(assert \(|=| |goto_symex::&92;guard#1| \(|not| \(|=| |main::1::x!0@1#1| \(_ bv0 32\)\)\)\)\) |
| 10 | +Sending command to SMT2 solver - \(assert \(= |goto_symex::&92;guard#1| \(not \(= |main::1::x!0@1#1| \(_ bv0 32\)\)\)\)\) |
11 | 11 | Sending command to SMT2 solver - \(declare-fun |main::1::y!0@1#4| \(\) \(_ BitVec 32\)\)
|
12 |
| -Sending command to SMT2 solver - \(assert \(|=| |main::1::y!0@1#4| \(|ite| |goto_symex::&92;guard#1| \(_ bv9 32\) \(_ bv4 32\)\)\)\) |
| 12 | +Sending command to SMT2 solver - \(assert \(= |main::1::y!0@1#4| \(|ite| |goto_symex::&92;guard#1| \(_ bv9 32\) \(_ bv4 32\)\)\)\) |
13 | 13 | Sending command to SMT2 solver - \(declare-fun |main::1::x!0@1#3| \(\) \(_ BitVec 32\)\)
|
14 |
| -Sending command to SMT2 solver - \(assert \(|=| |main::1::x!0@1#3| \(|ite| |goto_symex::&92;guard#1| |main::1::x!0@1#1| \(_ bv0 32\)\)\)\) |
| 14 | +Sending command to SMT2 solver - \(assert \(= |main::1::x!0@1#3| \(|ite| |goto_symex::&92;guard#1| |main::1::x!0@1#1| \(_ bv0 32\)\)\)\) |
15 | 15 | Sending command to SMT2 solver - \(declare-fun |main::1::z!0@1#2| \(\) \(_ BitVec 32\)\)
|
16 |
| -Sending command to SMT2 solver - \(assert \(|=| |main::1::z!0@1#2| |main::1::y!0@1#4|\)\) |
17 |
| -Sending command to SMT2 solver - \(define-fun |B3| \(\) Bool \(|=| |main::1::x!0@1#1| \(_ bv0 32\)\)\) |
18 |
| -Sending command to SMT2 solver - \(assert \(|not| \(|not| \(|=| |main::1::x!0@1#3| |main::1::z!0@1#2|\)\)\)\) |
19 |
| -Sending command to SMT2 solver - \(define-fun |B4| \(\) Bool \(|not| false\)\) |
| 16 | +Sending command to SMT2 solver - \(assert \(= |main::1::z!0@1#2| |main::1::y!0@1#4|\)\) |
| 17 | +Sending command to SMT2 solver - \(define-fun |B3| \(\) Bool \(= |main::1::x!0@1#1| \(_ bv0 32\)\)\) |
| 18 | +Sending command to SMT2 solver - \(assert \(not \(not \(= |main::1::x!0@1#3| |main::1::z!0@1#2|\)\)\)\) |
| 19 | +Sending command to SMT2 solver - \(define-fun |B4| \(\) Bool \(not false\)\) |
20 | 20 | Sending command to SMT2 solver - \(assert |B4|\)
|
21 | 21 | Sending command to SMT2 solver - \(check-sat\)
|
22 | 22 | Solver response - sat
|
|
0 commit comments