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:
parent
d3b105f9f8
commit
9179deb746
5 changed files with 127 additions and 32 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue