mirror of
https://github.com/Z3Prover/z3
synced 2025-07-26 06:07:01 +00:00
more ddnf
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b596828d23
commit
34aa06b5a3
3 changed files with 199 additions and 135 deletions
|
@ -125,6 +125,8 @@ public:
|
|||
unsigned get_word(unsigned word_idx) const {
|
||||
return m_data[word_idx];
|
||||
}
|
||||
|
||||
unsigned get_hash() const;
|
||||
|
||||
bool get(unsigned bit_idx) const {
|
||||
SASSERT(bit_idx < size());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue