mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
add initial stubs for model reconstruction trail
This commit is contained in:
parent
9007bdf780
commit
e8112a6564
4 changed files with 126 additions and 1 deletions
|
@ -32,8 +32,9 @@ Author:
|
|||
#include "util/trail.h"
|
||||
#include "util/statistics.h"
|
||||
#include "util/params.h"
|
||||
#include "ast/simplifiers/dependent_expr.h"
|
||||
#include "ast/converters/model_converter.h"
|
||||
#include "ast/simplifiers/dependent_expr.h"
|
||||
|
||||
|
||||
/**
|
||||
abstract interface to state updated by simplifiers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue