mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
bmc/farkas/smt2 pattern printing
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
27a5bd5b83
commit
89ca9aa5bd
4 changed files with 22 additions and 4 deletions
|
@ -96,6 +96,9 @@ namespace datalog {
|
|||
(*m_tocheck)(tocheck(tgt), tocheck(src), tocheck(delta));
|
||||
(*m_checker)(checker(tgt), checker(src), checker(delta));
|
||||
get(tgt).well_formed();
|
||||
if (delta) {
|
||||
get(*delta).well_formed();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue