mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 04:13:38 +00:00
checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
e7e5d4c5bb
commit
efff6db567
25 changed files with 636 additions and 306 deletions
|
@ -26,7 +26,6 @@ Revision History:
|
|||
#include"spc_prover.h"
|
||||
#include"model.h"
|
||||
#include"model_v2_pp.h"
|
||||
// #include"expr2dot.h"
|
||||
#include"solver.h"
|
||||
#include"smt_strategic_solver.h"
|
||||
#include"cmd_context.h"
|
||||
|
|
|
@ -45,10 +45,7 @@ Revision History:
|
|||
#include"well_sorted.h"
|
||||
#include "str_hashtable.h"
|
||||
#include "front_end_params.h"
|
||||
// #include "z3_private.h"
|
||||
#include "stopwatch.h"
|
||||
// #include "dl_rule.h"
|
||||
// private method defined in z3.cpp:
|
||||
front_end_params& Z3_API Z3_get_parameters(__in Z3_context c);
|
||||
|
||||
class id_param_info {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue