mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
parent
bf9779cb87
commit
5152c9500d
3 changed files with 3 additions and 5 deletions
|
@ -3075,12 +3075,11 @@ namespace smt {
|
|||
return true;
|
||||
}
|
||||
|
||||
bool context::reduce_assertions() {
|
||||
void context::reduce_assertions() {
|
||||
if (!m_asserted_formulas.inconsistent()) {
|
||||
// SASSERT(at_base_level());
|
||||
m_asserted_formulas.reduce();
|
||||
}
|
||||
return m_asserted_formulas.inconsistent();
|
||||
}
|
||||
|
||||
static bool is_valid_assumption(ast_manager & m, expr * assumption) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue