mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 15:25:46 +00:00
fix bugs in doc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4cf8905a8f
commit
83e7107485
8 changed files with 287 additions and 157 deletions
|
@ -72,6 +72,9 @@ public:
|
|||
get_bit_word(bit_idx) ^= (-_val ^ get_bit_word(bit_idx)) & get_pos_mask(bit_idx);
|
||||
}
|
||||
|
||||
// assign bits this[lo:hi] := other[0:hi-lo+1]
|
||||
void set(fixed_bit_vector const& other, unsigned hi, unsigned lo);
|
||||
|
||||
};
|
||||
|
||||
class fixed_bit_vector_manager {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue