3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

build/labels

This commit is contained in:
Nikolaj Bjorner 2021-07-30 22:29:00 -07:00
parent 53ab931626
commit 1e8009bbfc
2 changed files with 22 additions and 9 deletions

View file

@ -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());