mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
enable ranges for bit-vectors
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
72d140334f
commit
c63ad2e834
7 changed files with 84 additions and 4 deletions
|
@ -376,6 +376,10 @@ namespace smt {
|
|||
return m_assigned_literals;
|
||||
}
|
||||
|
||||
watch_list const& get_watch(literal l) const {
|
||||
return m_watches[l.index()];
|
||||
}
|
||||
|
||||
lbool get_assignment(expr * n) const;
|
||||
|
||||
// Similar to get_assignment, but returns l_undef if n is not internalized.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue