mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
add pre-init assumptions for smt theories
This commit is contained in:
parent
a7f72bf4ef
commit
bef64961ae
6 changed files with 44 additions and 30 deletions
|
@ -177,6 +177,13 @@ namespace smt {
|
|||
virtual void restart_eh() {
|
||||
}
|
||||
|
||||
/**
|
||||
\brief This method is called by smt_context before the search starts to get any
|
||||
extra assumptions the theory wants to use. (see theory_str for an example)
|
||||
*/
|
||||
virtual void add_theory_assumptions(expr_ref_vector & assumptions) {
|
||||
}
|
||||
|
||||
/**
|
||||
\brief This method is invoked before the search starts.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue