mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 17:31:57 +00:00
remove ref to theory_str
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
baa0588fbe
commit
efb0bda885
1 changed files with 0 additions and 1 deletions
|
@ -283,7 +283,6 @@ namespace smt {
|
||||||
/**
|
/**
|
||||||
\brief This method is called by smt_context before the search starts
|
\brief This method is called by smt_context before the search starts
|
||||||
to get any extra assumptions the theory wants to use.
|
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) {
|
virtual void add_theory_assumptions(expr_ref_vector & assumptions) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue