mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 20:21:23 +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
|
@ -216,7 +216,7 @@ namespace smt {
|
|||
|
||||
virtual expr * get_assertion(unsigned idx) const {
|
||||
SASSERT(idx < get_num_assertions());
|
||||
return m_context.get_formulas()[idx];
|
||||
return m_context.get_formula(idx);
|
||||
}
|
||||
|
||||
struct collect_fds_proc {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue