| .. | 
		
		
			
			
			
			
				| fpa | eliminated unused variables | 2014-11-07 16:04:02 +00:00 | 
		
			
			
			
			
				| macros | merged with unstable | 2014-08-06 11:16:06 -07:00 | 
		
			
			
			
			
				| normal_forms | Removed auxiliary constants created by the nnf tactic from Z3 models. Fixed model.compact parameter propagation problem. | 2012-12-13 14:03:58 -08:00 | 
		
			
			
			
			
				| pattern | Fix bug reported at https://z3.codeplex.com/workitem/41 | 2013-05-27 17:49:03 -07:00 | 
		
			
			
			
			
				| proof_checker | fix is_all_int bug | 2013-12-15 10:58:23 +02:00 | 
		
			
			
			
			
				| rewriter | FPA: standard function names consistency, improved error messages, bugfixes. | 2014-10-22 19:47:50 +01:00 | 
		
			
			
			
			
				| simplifier | Changed references to _DEBUG to Z3DEBUG. | 2013-11-08 19:21:55 +00:00 | 
		
			
			
			
			
				| substitution | fix a few compilation warnings | 2013-04-21 14:36:39 -07:00 | 
		
			
			
			
			
				| act_cache.cpp | Reorganizing code base | 2012-10-20 16:33:01 -07:00 | 
		
			
			
			
			
				| act_cache.h | Reorganizing code base | 2012-10-20 16:33:01 -07:00 | 
		
			
			
			
			
				| arith_decl_plugin.cpp | Retract changes in the commit 39a614559c. The fix was affecting benchmarks using the array theory map construct. | 2013-02-04 08:19:33 -08:00 | 
		
			
			
			
			
				| arith_decl_plugin.h | working on horn difference logic | 2013-04-21 18:17:49 -07:00 | 
		
			
			
			
			
				| array_decl_plugin.cpp | Fix crash reported at http://z3.codeplex.com/workitem/11. Fix array rewriter bug, rewriter was producing sort incorrect expression. | 2012-12-26 08:36:25 -08:00 | 
		
			
			
			
			
				| array_decl_plugin.h | Add basic_recognizers and array_recognizers | 2012-12-18 15:00:16 -08:00 | 
		
			
			
			
			
				| ast.cpp | coerce equality and ite upward instead of downward for int2real coercions. Fixes bug reported by Enric Carbonell | 2014-11-12 20:28:11 -08:00 | 
		
			
			
			
			
				| ast.h | be classy with your friends | 2014-11-13 18:08:24 -08:00 | 
		
			
			
			
			
				| ast_ll_pp.cpp | working on pdr gen | 2013-02-08 16:54:05 -08:00 | 
		
			
			
			
			
				| ast_ll_pp.h | Reorganizing code. Added script for generating VS project files | 2012-10-20 15:16:37 -07:00 | 
		
			
			
			
			
				| ast_lt.cpp | Add option :bv-sort-ac true | 2013-03-24 14:59:29 -07:00 | 
		
			
			
			
			
				| ast_lt.h | Add option :bv-sort-ac true | 2013-03-24 14:59:29 -07:00 | 
		
			
			
			
			
				| ast_pp.h | converted pp_params | 2012-11-30 17:20:45 -08:00 | 
		
			
			
			
			
				| ast_printer.cpp | converted pp_params | 2012-11-30 17:20:45 -08:00 | 
		
			
			
			
			
				| ast_printer.h | checkpoint | 2012-10-21 18:23:20 -07:00 | 
		
			
			
			
			
				| ast_smt2_pp.cpp | fix quotation bug reported by Arie Gurfinkel | 2014-03-04 17:18:49 -08:00 | 
		
			
			
			
			
				| ast_smt2_pp.h | converted pp_params | 2012-11-30 17:20:45 -08:00 | 
		
			
			
			
			
				| ast_smt_pp.cpp | merged with unstable | 2014-08-06 11:16:06 -07:00 | 
		
			
			
			
			
				| ast_smt_pp.h | set low-level pretty printer by default from fixedpoint context | 2012-11-26 14:01:06 -08:00 | 
		
			
			
			
			
				| ast_translation.cpp | Fix uninterpreted sort definition. There was a mismatch in the behavior of the API and SMT front-ends. The SMT front-ends were using user_sorts to be able to support parametric uninterpreted sorts. After this fix, the API also creates user_sorts. | 2013-02-12 14:34:31 -08:00 | 
		
			
			
			
			
				| ast_translation.h | Reorganizing code base | 2012-10-20 16:33:01 -07:00 | 
		
			
			
			
			
				| ast_util.cpp | Cherry-pick goodies from mcsat branch | 2013-06-27 09:19:23 -07:00 | 
		
			
			
			
			
				| ast_util.h | Cherry-pick goodies from mcsat branch | 2013-06-27 09:19:23 -07:00 | 
		
			
			
			
			
				| bv_decl_plugin.cpp | Add code for rejecting bitvector constants of size 0 | 2013-06-28 19:21:27 -07:00 | 
		
			
			
			
			
				| bv_decl_plugin.h | constify a few functions | 2013-04-03 09:44:31 -07:00 | 
		
			
			
			
			
				| datatype_decl_plugin.cpp | fix bug found by Ethan: fresh values for bit-vectors loops if the domain of bit-vectors is truly small | 2013-09-13 15:30:56 -07:00 | 
		
			
			
			
			
				| datatype_decl_plugin.h | Added is_unique_value. Its semantics is equal to the old is_value method. The contract for is_value changed. See comments at ast.h for more information. | 2012-12-07 12:53:51 -08:00 | 
		
			
			
			
			
				| decl_collector.cpp | Make ast_manager::get_family_id(symbol const &) side-effect free. The version with side-effects is now called ast_manager::mk_family_id | 2012-12-18 17:14:25 -08:00 | 
		
			
			
			
			
				| decl_collector.h | Reorganizing code base | 2012-10-20 16:33:01 -07:00 | 
		
			
			
			
			
				| dl_decl_plugin.cpp | merged with unstable | 2014-08-06 11:16:06 -07:00 | 
		
			
			
			
			
				| dl_decl_plugin.h | merged with unstable | 2014-08-06 11:16:06 -07:00 | 
		
			
			
			
			
				| expr2polynomial.cpp | added polynomial evaluation at algebraic point | 2012-12-08 20:39:16 -08:00 | 
		
			
			
			
			
				| expr2polynomial.h | added polynomial evaluation at algebraic point | 2012-12-08 20:39:16 -08:00 | 
		
			
			
			
			
				| expr2var.cpp | checkpoint | 2012-10-21 13:32:12 -07:00 | 
		
			
			
			
			
				| expr2var.h | checkpoint | 2012-10-21 13:32:12 -07:00 | 
		
			
			
			
			
				| expr_abstract.cpp | optimize rule processing | 2013-04-26 12:02:19 -07:00 | 
		
			
			
			
			
				| expr_abstract.h | optimize rule processing | 2013-04-26 12:02:19 -07:00 | 
		
			
			
			
			
				| expr_delta_pair.h | Reorganizing code base | 2012-10-20 16:33:01 -07:00 | 
		
			
			
			
			
				| expr_functors.cpp | checkpoint | 2012-10-21 13:32:12 -07:00 | 
		
			
			
			
			
				| expr_functors.h | checkpoint | 2012-10-21 13:32:12 -07:00 | 
		
			
			
			
			
				| expr_map.cpp | Reorganizing the code | 2012-10-20 19:54:08 -07:00 | 
		
			
			
			
			
				| expr_map.h | Reorganizing the code | 2012-10-20 19:54:08 -07:00 | 
		
			
			
			
			
				| expr_stat.cpp | checkpoint | 2012-10-21 13:32:12 -07:00 | 
		
			
			
			
			
				| expr_stat.h | checkpoint | 2012-10-21 13:32:12 -07:00 | 
		
			
			
			
			
				| expr_substitution.cpp | checkpoint | 2012-11-01 13:28:10 -07:00 | 
		
			
			
			
			
				| expr_substitution.h | checkpoint | 2012-11-01 13:28:10 -07:00 | 
		
			
			
			
			
				| float_decl_plugin.cpp | FPA: standard function names consistency, improved error messages, bugfixes. | 2014-10-22 19:47:50 +01:00 | 
		
			
			
			
			
				| float_decl_plugin.h | FPA: standard function names consistency, improved error messages, bugfixes. | 2014-10-22 19:47:50 +01:00 | 
		
			
			
			
			
				| for_each_ast.cpp | Reorganizing the code. Moved nlsat to its own directory. | 2012-10-20 15:48:18 -07:00 | 
		
			
			
			
			
				| for_each_ast.h | Reorganizing code. Added script for generating VS project files | 2012-10-20 15:16:37 -07:00 | 
		
			
			
			
			
				| for_each_expr.cpp | Reorganizing the code. Moved nlsat to its own directory. | 2012-10-20 15:48:18 -07:00 | 
		
			
			
			
			
				| for_each_expr.h | Reorganizing the code. Moved nlsat to its own directory. | 2012-10-20 15:48:18 -07:00 | 
		
			
			
			
			
				| format.cpp | Make ast_manager::get_family_id(symbol const &) side-effect free. The version with side-effects is now called ast_manager::mk_family_id | 2012-12-18 17:14:25 -08:00 | 
		
			
			
			
			
				| format.h | Reorganizing code. Added script for generating VS project files | 2012-10-20 15:16:37 -07:00 | 
		
			
			
			
			
				| func_decl_dependencies.cpp | fix a few compilation warnings | 2013-04-21 14:36:39 -07:00 | 
		
			
			
			
			
				| func_decl_dependencies.h | Reorganizing the code | 2012-10-20 19:54:08 -07:00 | 
		
			
			
			
			
				| has_free_vars.cpp | Reorganizing the code | 2012-10-20 22:44:27 -07:00 | 
		
			
			
			
			
				| has_free_vars.h | Reorganizing the code | 2012-10-20 22:44:27 -07:00 | 
		
			
			
			
			
				| macro_substitution.cpp | resurrecting assertion_stack | 2012-11-01 12:15:45 -07:00 | 
		
			
			
			
			
				| macro_substitution.h | resurrecting assertion_stack | 2012-11-01 12:15:45 -07:00 | 
		
			
			
			
			
				| num_occurs.cpp | Reorganizing the code | 2012-10-20 22:03:58 -07:00 | 
		
			
			
			
			
				| num_occurs.h | Reorganizing the code | 2012-10-20 22:03:58 -07:00 | 
		
			
			
			
			
				| occurs.cpp | Reorganizing the code | 2012-10-20 22:03:58 -07:00 | 
		
			
			
			
			
				| occurs.h | Reorganizing the code | 2012-10-20 22:03:58 -07:00 | 
		
			
			
			
			
				| pp.cpp | converted pp_params | 2012-11-30 17:20:45 -08:00 | 
		
			
			
			
			
				| pp.h | converted pp_params | 2012-11-30 17:20:45 -08:00 | 
		
			
			
			
			
				| pp_params.pyg | added module descriptions | 2012-12-02 13:15:56 -08:00 | 
		
			
			
			
			
				| recurse_expr.h | fix a few compilation warnings | 2013-04-21 14:36:39 -07:00 | 
		
			
			
			
			
				| recurse_expr_def.h | Reorganizing code. Added script for generating VS project files | 2012-10-20 15:16:37 -07:00 | 
		
			
			
			
			
				| reg_decl_plugins.cpp | Make ast_manager::get_family_id(symbol const &) side-effect free. The version with side-effects is now called ast_manager::mk_family_id | 2012-12-18 17:14:25 -08:00 | 
		
			
			
			
			
				| reg_decl_plugins.h | Isolating reg_decl_plugins | 2012-10-24 11:27:50 -07:00 | 
		
			
			
			
			
				| scoped_proof.h | fixed typo | 2014-05-02 16:43:32 +01:00 | 
		
			
			
			
			
				| seq_decl_plugin.cpp | Fix uninterpreted sort definition. There was a mismatch in the behavior of the API and SMT front-ends. The SMT front-ends were using user_sorts to be able to support parametric uninterpreted sorts. After this fix, the API also creates user_sorts. | 2013-02-12 14:34:31 -08:00 | 
		
			
			
			
			
				| seq_decl_plugin.h | Added is_unique_value. Its semantics is equal to the old is_value method. The contract for is_value changed. See comments at ast.h for more information. | 2012-12-07 12:53:51 -08:00 | 
		
			
			
			
			
				| shared_occs.cpp | Reorganizing code. Added script for generating VS project files | 2012-10-20 15:16:37 -07:00 | 
		
			
			
			
			
				| shared_occs.h | Reorganizing code. Added script for generating VS project files | 2012-10-20 15:16:37 -07:00 | 
		
			
			
			
			
				| static_features.cpp | Fix more issues unintepreted sort tests. | 2013-02-15 16:31:49 -08:00 | 
		
			
			
			
			
				| static_features.h | checkpoint | 2012-10-21 13:32:12 -07:00 | 
		
			
			
			
			
				| trail.h | checkpoint | 2012-10-21 13:32:12 -07:00 | 
		
			
			
			
			
				| used_symbols.h | Reorganizing the code | 2012-10-20 19:54:08 -07:00 | 
		
			
			
			
			
				| used_vars.cpp | Reorganizing code base | 2012-10-20 16:33:01 -07:00 | 
		
			
			
			
			
				| used_vars.h | Reorganizing code base | 2012-10-20 16:33:01 -07:00 | 
		
			
			
			
			
				| well_sorted.cpp | Reorganizing the code. Moved nlsat to its own directory. | 2012-10-20 15:48:18 -07:00 | 
		
			
			
			
			
				| well_sorted.h | Reorganizing the code. Moved nlsat to its own directory. | 2012-10-20 15:48:18 -07:00 |