mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
change default behavior of solver pretty printer to include declarations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6780784bcf
commit
a3c43c34fb
6 changed files with 110 additions and 97 deletions
|
@ -68,7 +68,6 @@ namespace opt {
|
|||
public opt_wrapper,
|
||||
public pareto_callback,
|
||||
public maxsat_context {
|
||||
struct free_func_visitor;
|
||||
typedef map<symbol, maxsmt*, symbol_hash_proc, symbol_eq_proc> map_t;
|
||||
typedef map<symbol, unsigned, symbol_hash_proc, symbol_eq_proc> map_id;
|
||||
typedef vector<std::pair<inf_eps, inf_eps> > bounds_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue