mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 11:41:22 +00:00
simplify
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0628711c4a
commit
64103038a7
1 changed files with 2 additions and 2 deletions
|
@ -350,7 +350,7 @@ namespace qe {
|
||||||
|
|
||||||
// 1. arithmetical variables - atomic and in purified positions
|
// 1. arithmetical variables - atomic and in purified positions
|
||||||
app_ref_vector avars = get_arith_vars(mdl, lits);
|
app_ref_vector avars = get_arith_vars(mdl, lits);
|
||||||
TRACE("qe", tout << "vars: " << avars << " lits: " << lits << "\n";);
|
TRACE("qe", tout << "vars: " << avars << "\nlits: " << lits << "\n";);
|
||||||
|
|
||||||
// 2. project private non-arithmetical variables from lits
|
// 2. project private non-arithmetical variables from lits
|
||||||
project_euf(mdl, lits, avars);
|
project_euf(mdl, lits, avars);
|
||||||
|
@ -371,7 +371,7 @@ namespace qe {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief subistute solution to arithmetical variables into lits
|
* \brief substitute solution to arithmetical variables into lits
|
||||||
*/
|
*/
|
||||||
void euf_arith_mbi_plugin::substitute(vector<def> const& defs, expr_ref_vector& lits) {
|
void euf_arith_mbi_plugin::substitute(vector<def> const& defs, expr_ref_vector& lits) {
|
||||||
for (auto const& def : defs) {
|
for (auto const& def : defs) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue