mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0f03ef4ab0
commit
e5767bf2b8
6 changed files with 43 additions and 7 deletions
|
@ -761,6 +761,10 @@ namespace euf {
|
|||
return true;
|
||||
}
|
||||
|
||||
bool solver::is_fixed(euf::enode* n, expr_ref& val, sat::literal_vector& explain) {
|
||||
return false;
|
||||
}
|
||||
|
||||
void solver::pre_simplify() {
|
||||
for (auto* e : m_solvers)
|
||||
e->pre_simplify();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue