mirror of
https://github.com/Z3Prover/z3
synced 2026-07-12 10:06:23 +00:00
Use length information during Nielsen saturation
This commit is contained in:
parent
e8354a783a
commit
3ad9c290fc
4 changed files with 321 additions and 3 deletions
|
|
@ -49,6 +49,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
void assert_expr(expr* e) override {
|
||||
// std::cout << "Asserting: " << mk_pp(e, m_kernel.m()) << std::endl;
|
||||
m_kernel.assert_expr(e);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue