3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/model
Nikolaj Bjorner 365b8f3281 change default to _not_ include auxiliary functions in model as this seems to break fewer'
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2022-03-23 09:51:06 -07:00
..
array_factory.cpp remove some copies/moves 2022-03-09 12:46:41 +00:00
array_factory.h fix #5304 2021-05-29 08:06:06 -07:00
char_factory.h fix a few more warnings 2021-02-19 12:16:05 +00:00
CMakeLists.txt model refactor (#4723) 2020-10-05 14:13:05 -07:00
datatype_factory.cpp try vscode from github integration 2021-08-18 11:02:02 -07:00
datatype_factory.h booyah 2020-07-04 15:56:30 -07:00
fpa_factory.h more fpa 2020-10-01 17:47:50 -07:00
func_interp.cpp #5604 2021-10-17 20:24:26 -07:00
func_interp.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
model.cpp fix performance regression after adding user declared functions to model 2021-10-28 05:49:15 +02:00
model.h #close 5363 2021-06-22 16:24:00 -07:00
model2expr.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
model2expr.h booyah 2020-07-04 15:56:30 -07:00
model_core.cpp fix #5733 2022-01-01 16:40:48 -08:00
model_core.h add missing lambda defs per #5509 2021-08-27 11:57:26 -07:00
model_evaluator.cpp Add and fix a few general compiler warnings. (#5628) 2021-10-29 15:42:32 +02:00
model_evaluator.h booyah 2020-07-04 15:56:30 -07:00
model_evaluator_params.pyg model evaluator: cleanup cache when model_eval param changes 2019-03-02 16:42:18 +00:00
model_implicant.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
model_implicant.h booyah 2020-07-04 15:56:30 -07:00
model_macro_solver.cpp model refactor (#4723) 2020-10-05 14:13:05 -07:00
model_macro_solver.h model refactor (#4723) 2020-10-05 14:13:05 -07:00
model_params.pyg change default to _not_ include auxiliary functions in model as this seems to break fewer' 2022-03-23 09:51:06 -07:00
model_pp.cpp add tc and trc functionals for binary relations 2019-04-10 04:12:45 +02:00
model_pp.h booyah 2020-07-04 15:56:30 -07:00
model_smt2_pp.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
model_smt2_pp.h booyah 2020-07-04 15:56:30 -07:00
model_v2_pp.cpp ... 2021-09-16 21:59:54 +01:00
model_v2_pp.h booyah 2020-07-04 15:56:30 -07:00
numeral_factory.cpp move value factories to model 2019-10-16 19:48:35 -07:00
numeral_factory.h booyah 2020-07-04 15:56:30 -07:00
seq_factory.h remove symbol -> zstring -> symbol round-trips 2021-05-22 13:12:49 -07:00
struct_factory.cpp refactor get_sort 2021-02-02 04:45:54 -08:00
struct_factory.h booyah 2020-07-04 15:56:30 -07:00
value_factory.cpp remove ast_manager get_sort method entirely 2021-02-02 13:57:01 -08:00
value_factory.h refactor get_sort 2021-02-02 04:45:54 -08:00