mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 09:50:23 +00:00
add binary_merge encoding option
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c4ee4ffae4
commit
4c76d43670
6 changed files with 283 additions and 4 deletions
|
@ -237,7 +237,7 @@ namespace smt {
|
|||
/**
|
||||
\brief (For debubbing purposes) Prints the state of the kernel
|
||||
*/
|
||||
void display(std::ostream & out) const;
|
||||
std::ostream& display(std::ostream & out) const;
|
||||
|
||||
/**
|
||||
\brief Collect runtime statistics.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue