3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 04:26:00 +00:00

add get-interpolant command

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-01-19 12:12:04 -06:00
parent d3b105f9f8
commit 9179deb746
5 changed files with 127 additions and 32 deletions

View file

@ -21,6 +21,7 @@ Revision History:
#pragma once
#include "qe/qe_arith.h"
#include "util/lbool.h"
namespace qe {
enum mbi_result {
@ -54,6 +55,8 @@ namespace qe {
for (auto* f : vars) m_shared.insert(f);
}
void set_shared(expr* a, expr* b);
/**
* Set representative (shared) expression finder.
*/