mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +00:00
remove output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0f896503a9
commit
1c163dbad2
6 changed files with 45 additions and 22 deletions
|
@ -152,6 +152,8 @@ namespace euf {
|
|||
|
||||
virtual void finalize() {}
|
||||
|
||||
virtual void initialize_value(expr* v, expr* value) { IF_VERBOSE(5, verbose_stream() << "value initialzation is not supported for theory\n"); }
|
||||
|
||||
};
|
||||
|
||||
class th_proof_hint : public sat::proof_hint {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue