mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
remove simplify dependencies
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b16a4ac452
commit
2897b98ed2
23 changed files with 62 additions and 80 deletions
|
@ -85,7 +85,12 @@ namespace smt {
|
|||
/**
|
||||
\brief Return the array of asserted formulas.
|
||||
*/
|
||||
expr * const * get_formulas() const;
|
||||
void get_formulas(ptr_vector<expr>& r) const;
|
||||
|
||||
/**
|
||||
\brief return the formula at index idx.
|
||||
*/
|
||||
expr* get_formula(unsigned idx) const;
|
||||
|
||||
/**
|
||||
\brief Create a backtracking point (aka scope level).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue