mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +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
|
@ -383,8 +383,9 @@ namespace smt {
|
|||
return m_imp->next_decision();
|
||||
}
|
||||
|
||||
void kernel::display(std::ostream & out) const {
|
||||
std::ostream& kernel::display(std::ostream & out) const {
|
||||
m_imp->display(out);
|
||||
return out;
|
||||
}
|
||||
|
||||
void kernel::collect_statistics(::statistics & st) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue