3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
z3/src/api
Nikolaj Bjorner 7afbf8165e snapshot
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-12-12 01:36:44 -08:00
..
c++ re-organize proof and model converters to be associated with goals instead of external 2017-11-18 16:33:54 -08:00
dll Tabs, formatting. 2017-09-17 14:54:09 +01:00
dotnet snapshot 2017-12-12 01:36:44 -08:00
java add solver_from_string to APIs 2017-11-21 18:39:16 -08:00
ml Tabs, formatting. 2017-09-17 17:50:05 +01:00
python preparing for more efficient asymmetric branching 2017-11-29 17:16:15 -08:00
api_algebraic.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_arith.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_array.cpp additional array functions exposed over API, ping #1223 2017-10-19 11:08:48 -07:00
api_ast.cpp Eliminated the remaining operator kinds for partially unspecified FP operators from the AST API. 2017-09-20 20:19:36 +01:00
api_ast_map.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_ast_map.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
api_ast_vector.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_ast_vector.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
api_bv.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_config_params.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_context.cpp enforce arithmetic normalization 2017-08-26 10:41:25 -07:00
api_context.h merge with master branch 2017-09-19 09:39:22 -07:00
api_datalog.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_datalog.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
api_datalog_spacer.inc public API for spacer 2017-07-31 17:03:18 -04:00
api_datatype.cpp support for smtlib2.6 datatype parsing 2017-09-04 21:12:43 -07:00
api_fpa.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_goal.cpp re-organize proof and model converters to be associated with goals instead of external 2017-11-18 16:33:54 -08:00
api_goal.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
api_interp.cpp added facility to persist model transformations 2017-11-02 00:05:52 -05:00
api_log.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_model.cpp added facility to persist model transformations 2017-11-02 00:05:52 -05:00
api_model.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
api_numeral.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_opt.cpp adding handlers for dimacs for solver_from_file, and opb, wncf for opt_from_file, #1361 2017-11-19 15:21:09 -08:00
api_params.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_parsers.cpp Merge branch 'opt' of https://github.com/nikolajbjorner/z3 into opt 2017-11-06 10:03:03 -08:00
api_pb.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_polynomial.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_polynomial.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
api_qe.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_quant.cpp harden a few API methods against longjumps in set_error. Memory leak exposed in #1297 2017-10-11 09:53:02 -07:00
api_rcf.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_seq.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_solver.cpp snapshot 2017-12-12 01:36:44 -08:00
api_solver.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
api_stats.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_stats.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
api_tactic.cpp remove also cores as arguments to tactics 2017-11-19 12:18:50 -08:00
api_tactic.h remove also cores as arguments to tactics 2017-11-19 12:18:50 -08:00
api_util.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
CMakeLists.txt public API for spacer 2017-07-31 17:03:18 -04:00
z3.h z3-qe-lite? 2017-07-31 22:15:57 -07:00
z3_algebraic.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_api.h snapshot 2017-12-12 01:36:44 -08:00
z3_ast_containers.h add newline 2017-09-22 09:54:56 -05:00
z3_fixedpoint.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_fpa.h FPA API clarification 2016-11-07 12:35:48 +00:00
z3_interp.h update lookahead to include extensions 2017-06-07 16:35:35 -07:00
z3_logger.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
z3_macros.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_optimization.h [Doxygen] Fix some Doxygen warnings for z3_optimization.h 2017-06-07 18:45:12 +01:00
z3_polynomial.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_private.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
z3_rcf.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_replayer.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
z3_replayer.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
z3_spacer.h adding cdecl directive to Z3_qe_lite to address build failure for Java bindings 2017-07-31 23:14:53 -07:00
z3_v1.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00