mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
separate component for asserted_formulas to break dependency cycles
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
25343232ca
commit
ab0735fde2
6 changed files with 7 additions and 6 deletions
|
@ -50,7 +50,7 @@ Revision History:
|
|||
#include "smt/user_propagator.h"
|
||||
#include "model/model.h"
|
||||
#include "solver/progress_callback.h"
|
||||
#include "solver/asserted_formulas.h"
|
||||
#include "solver/assertions/asserted_formulas.h"
|
||||
#include <tuple>
|
||||
|
||||
// there is a significant space overhead with allocating 1000+ contexts in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue