mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
internalize unsupported operations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
19db0c5f2c
commit
5253f3a12b
2 changed files with 18 additions and 13 deletions
|
@ -87,9 +87,6 @@ namespace pdr {
|
|||
void set_subset_based_core(bool f) { m_subset_based_core = f; }
|
||||
void set_consequences(expr_ref_vector* consequences) { m_consequences = consequences; }
|
||||
|
||||
|
||||
void set_background_assumptions(expr_ref_vector const& assumptions);
|
||||
|
||||
bool assumes_level() const { return m_assumes_level; }
|
||||
|
||||
void add_level();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue