mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 23:35:46 +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
|
@ -262,6 +262,9 @@ public:
|
|||
void reset_statistics() override {
|
||||
m_stats.reset();
|
||||
}
|
||||
|
||||
void user_propagate_initialize_value(expr* var, expr* value) override { }
|
||||
|
||||
};
|
||||
|
||||
tactic * mk_nlsat_tactic(ast_manager & m, params_ref const & p) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue