3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-12 10:40:17 +00:00

Add initial value setting for variables in Z3 API, solver, and optimize modules

This commit is contained in:
Nikolaj Bjorner 2024-09-18 16:13:15 +03:00
parent 0ba306e7b3
commit 48712b4f60
31 changed files with 297 additions and 9 deletions

View file

@ -662,6 +662,7 @@ namespace smt {
void restart_eh() override;
void init_search_eh() override;
void initialize_value(expr* var, expr* value) override;
/**
\brief True if the assignment may be changed during final
check. assume_eqs, check_int_feasibility,