mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
build/labels
This commit is contained in:
parent
53ab931626
commit
1e8009bbfc
2 changed files with 22 additions and 9 deletions
|
@ -179,6 +179,8 @@ namespace euf {
|
|||
void solver::drat_eq_def(literal lit, expr* eq) {
|
||||
expr *a = nullptr, *b = nullptr;
|
||||
VERIFY(m.is_eq(eq, a, b));
|
||||
drat_log_expr(a);
|
||||
drat_log_expr(b);
|
||||
get_drat().def_begin('e', eq->get_id(), std::string("="));
|
||||
get_drat().def_add_arg(a->get_id());
|
||||
get_drat().def_add_arg(b->get_id());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue