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

integrate intblast solver

This commit is contained in:
Nikolaj Bjorner 2023-12-10 13:00:43 -08:00
parent 81411a5fcb
commit d72938ba9a
4 changed files with 56 additions and 6 deletions

View file

@ -135,6 +135,8 @@ namespace intblast {
void eq_internalized(euf::enode* n) override;
sat::literal_vector const& unsat_core();
rational get_value(expr* e) const;
};