mirror of
https://github.com/Z3Prover/z3
synced 2025-11-11 00:22:05 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
803f0f0c65
commit
dfd5c27fec
6 changed files with 48 additions and 26 deletions
|
|
@ -115,7 +115,7 @@ namespace bv {
|
|||
|
||||
digit_t bits(unsigned i) const { return m_bits[i]; }
|
||||
bvect const& bits() const { return m_bits; }
|
||||
void commit_eval();
|
||||
bool commit_eval();
|
||||
|
||||
bool get_bit(unsigned i) const { return m_bits.get(i); }
|
||||
bool try_set_bit(unsigned i, bool b) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue