mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Merge branch 'static_analysis' of https://github.com/daniel-j-h/z3
# Conflicts: # src/ast/ast.h # src/interp/iz3foci.cpp # src/muz/duality/duality_dl_interface.cpp # src/util/hwf.h
This commit is contained in:
commit
6749c19ab1
10 changed files with 12 additions and 12 deletions
|
@ -1146,7 +1146,7 @@ typedef app proof; /* a proof is just an applicaton */
|
|||
|
||||
enum label_op_kind {
|
||||
OP_LABEL,
|
||||
OP_LABEL_LIT,
|
||||
OP_LABEL_LIT
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
@ -37,7 +37,7 @@ class expr_pattern_match {
|
|||
CHECK_TERM,
|
||||
SET_BOUND,
|
||||
CHECK_BOUND,
|
||||
YIELD,
|
||||
YIELD
|
||||
};
|
||||
|
||||
struct instr {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue