mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 22:03:39 +00:00
abstract arithmetic value extraction
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
abd902d58c
commit
0af00e62de
8 changed files with 405 additions and 57 deletions
|
@ -1243,6 +1243,11 @@ namespace smt {
|
|||
public:
|
||||
bool can_propagate() const;
|
||||
|
||||
// Retrieve arithmetic values.
|
||||
bool get_arith_lo(expr* e, rational& lo, bool& strict);
|
||||
bool get_arith_up(expr* e, rational& up, bool& strict);
|
||||
bool get_arith_value(expr* e, rational& value);
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
// Model checking... (must be improved)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue