mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
bug fix: unsound pruning of assumptions. remove deprecated reduce() feature from smt_kernel
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
70baa3c8c9
commit
f8f23382dc
6 changed files with 55 additions and 29 deletions
|
@ -84,15 +84,6 @@ namespace smt {
|
|||
*/
|
||||
expr * const * get_formulas() const;
|
||||
|
||||
/**
|
||||
\brief Reduce the set of asserted formulas using preprocessors.
|
||||
Return true if an inconsistency is detected.
|
||||
|
||||
\remark This is mainly used by dl_smt_relation. This method
|
||||
seens to be misplaced. This is not the right place.
|
||||
*/
|
||||
bool reduce();
|
||||
|
||||
/**
|
||||
\brief Create a backtracking point (aka scope level).
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue