mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
Add command to set initial value hints for solver in various components
This commit is contained in:
parent
1c163dbad2
commit
a3f35b6830
17 changed files with 82 additions and 8 deletions
|
@ -129,6 +129,7 @@ public:
|
|||
tactic * translate(ast_manager & m) override { return this; }
|
||||
char const* name() const override { return "skip"; }
|
||||
void collect_statistics(statistics& st) const override {}
|
||||
void user_propagate_initialize_value(expr* var, expr* value) override { }
|
||||
};
|
||||
|
||||
tactic * mk_skip_tactic();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue