3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 22:59:02 +00:00
z3/src/model
Nuno Lopes 73a24ca0a9 remove '#include <iostream>' from headers and from unneeded places
It's harmful to have iostream everywhere as it injects functions in the compiled files
2022-06-17 14:10:19 +01: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 enable nested ADT and sequences 2022-04-27 09:58:38 +01: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 fix spacing 2022-06-14 09:51:06 -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 update topological sort to use arrays instead of hash tables, expose Context over Z3Object for programmability 2022-06-08 06:28:24 -07: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 set default to true to avoid regression failures 2022-03-23 12:20:53 -07:00
model_pp.cpp add tc and trc functionals for binary relations 2019-04-10 04:12:45 +02:00
model_pp.h remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01: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 remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
model_v2_pp.h remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01: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