Bruce Mitchener 
								
							 
						 
						
							
							
							
							
								
							
							
								76eb7b9ede 
								
							 
						 
						
							
							
								
								Use nullptr.  
							
							
							
						 
						
							2018-02-12 14:05:55 +07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bruce Mitchener 
								
							 
						 
						
							
							
							
							
								
							
							
								b7d1753843 
								
							 
						 
						
							
							
								
								Use override rather than virtual.  
							
							
							
						 
						
							2018-02-09 21:19:27 +07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2b847478a2 
								
							 
						 
						
							
							
								
								Merge pull request  #1478  from waywardmonkeys/unnecessary-value-param-fixes  
							
							... 
							
							
							
							Remove unnecessary value parameter copies. 
							
						 
						
							2018-02-09 02:20:47 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bruce Mitchener 
								
							 
						 
						
							
							
							
							
								
							
							
								757b7c66ef 
								
							 
						 
						
							
							
								
								Remove unnecessary value parameter copies.  
							
							
							
						 
						
							2018-02-09 16:35:34 +07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bruce Mitchener 
								
							 
						 
						
							
							
							
							
								
							
							
								50f3e9c3c0 
								
							 
						 
						
							
							
								
								Fix typos.  
							
							
							
						 
						
							2018-02-09 16:35:26 +07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bruce Mitchener 
								
							 
						 
						
							
							
							
							
								
							
							
								54b3cd0071 
								
							 
						 
						
							
							
								
								Reserve vector space when possible.  
							
							... 
							
							
							
							This fixes all current instances of the
`performance-inefficient-vector-operation`
warning in clang-tidy. 
							
						 
						
							2018-02-06 11:21:17 +07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9d37257059 
								
							 
						 
						
							
							
								
								Merge pull request  #1465  from waywardmonkeys/fix-typos  
							
							... 
							
							
							
							thanks 
							
						 
						
							2018-02-05 18:31:09 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bruce Mitchener 
								
							 
						 
						
							
							
							
							
								
							
							
								ae8027e594 
								
							 
						 
						
							
							
								
								Fix typos.  
							
							
							
						 
						
							2018-02-01 19:39:43 +07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bruce Mitchener 
								
							 
						 
						
							
							
							
							
								
							
							
								177414c0ee 
								
							 
						 
						
							
							
								
								Use const refs to reduce copying.  
							
							... 
							
							
							
							These are things that have been found by `clang-tidy`. 
							
						 
						
							2018-01-30 21:43:56 +07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								3350f32e1f 
								
							 
						 
						
							
							
								
								fix   #877  by bypassing exception generation during label collection  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2017-11-06 16:00:16 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph M. Wintersteiger 
								
							 
						 
						
							
							
							
							
								
							
							
								00651f8f21 
								
							 
						 
						
							
							
								
								Tabs, formatting.  
							
							
							
						 
						
							2017-09-17 14:54:09 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Dan Liew 
								
							 
						 
						
							
							
							
							
								
							
							
								a2d7b43554 
								
							 
						 
						
							
							
								
								Update header includes to be relative to src/ directory.  
							
							
							
						 
						
							2017-08-17 18:26:53 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								b19f94ae5b 
								
							 
						 
						
							
							
								
								make include paths uniformly use path relative to src.  #534  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2017-07-31 13:24:11 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Dan Liew 
								
							 
						 
						
							
							
							
							
								
							
							
								4b517b96df 
								
							 
						 
						
							
							
								
								[CMake] Move CMake files into their intended location so the  
							
							... 
							
							
							
							`contrib/cmake/bootstrap.py` script no longer needs to be executed.
The previous location of the CMake files was a compromise proposed
by @agurfinkel in #461 . While this has served us well (allowing progress
to be made) over time limitations of this approach have appeared.
The main problem is that doing many git operations (e.g. pull, rebase)
means the CMake files don't get updated unless the user remembers to
run the script. This can lead to broken and confusing build system
behaviour.
This commit only does the file moving and necessary changes to
`.gitignore`. Other changes will be done in subsequent commits. 
							
						 
						
							2017-06-12 11:59:00 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph M. Wintersteiger 
								
							 
						 
						
							
							
							
							
								
							
							
								27a1758857 
								
							 
						 
						
							
							
								
								Added rewriter.ignore_patterns_on_ground_qbody option to disable simplification of quantifiers that have their universals appear only in patterns, but otherwise have a ground body.  
							
							
							
						 
						
							2017-04-07 21:19:20 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								dea3b8ddf7 
								
							 
						 
						
							
							
								
								address warnings from  #836  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2016-12-10 13:14:36 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								96e157e201 
								
							 
						 
						
							
							
								
								fix warnings for unused variables  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2016-05-17 13:54:22 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								baee4225a7 
								
							 
						 
						
							
							
								
								reworking cancellation  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2015-12-11 16:21:24 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								0e701138e1 
								
							 
						 
						
							
							
								
								disable restart code in seq  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2015-12-09 09:53:18 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								485ac9c39d 
								
							 
						 
						
							
							
								
								add macro for converting std::vectors to pointers (leaking abstraction)  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2015-12-01 16:35:03 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken McMillan 
								
							 
						 
						
							
							
							
							
								
							
							
								b343dcb341 
								
							 
						 
						
							
							
								
								better recovery from incompleteness and interp failure in duality  
							
							
							
						 
						
							2015-10-09 14:21:05 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken McMillan 
								
							 
						 
						
							
							
							
							
								
							
							
								e6516f549d 
								
							 
						 
						
							
							
								
								fail gracefully on interpolation errors  
							
							
							
						 
						
							2015-07-10 14:39:11 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								4bc044c982 
								
							 
						 
						
							
							
								
								update header guards to be C++ style. Fixes issue  #9  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2015-07-08 23:18:40 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph M. Wintersteiger 
								
							 
						 
						
							
							
							
							
								
							
							
								32fb679066 
								
							 
						 
						
							
							
								
								tabs  
							
							
							
						 
						
							2015-05-19 11:01:15 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								9377779e58 
								
							 
						 
						
							
							
								
								merge with unstable  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2015-04-30 10:40:03 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken McMillan 
								
							 
						 
						
							
							
							
							
								
							
							
								af444beb2e 
								
							 
						 
						
							
							
								
								re-indenting interp and duality  
							
							
							
						 
						
							2015-04-15 12:22:50 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								52619b9dbb 
								
							 
						 
						
							
							
								
								pull unstable  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com> 
							
						 
						
							2015-04-01 14:57:11 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									nikolajbjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								aa40316268 
								
							 
						 
						
							
							
								
								rewrite terminology for policheck  
							
							... 
							
							
							
							Signed-off-by: nikolajbjorner <nbjorner@microsoft.com> 
							
						 
						
							2015-02-19 19:09:12 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph M. Wintersteiger 
								
							 
						 
						
							
							
							
							
								
							
							
								88aa349eb7 
								
							 
						 
						
							
							
								
								Merge branch 'unstable' of  https://git01.codeplex.com/z3  into fpa-api  
							
							
							
						 
						
							2015-01-16 12:30:28 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								b9bbfbdbb7 
								
							 
						 
						
							
							
								
								fix interval dependencies bug. Codeplex issue 163  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2015-01-16 12:05:12 +05:30 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph M. Wintersteiger 
								
							 
						 
						
							
							
							
							
								
							
							
								3391c9c44c 
								
							 
						 
						
							
							
								
								typo fix  
							
							... 
							
							
							
							Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com> 
							
						 
						
							2015-01-09 11:53:24 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph M. Wintersteiger 
								
							 
						 
						
							
							
							
							
								
							
							
								0381e4317a 
								
							 
						 
						
							
							
								
								Formatting, mostly tabs.  
							
							... 
							
							
							
							Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com> 
							
						 
						
							2015-01-08 17:54:04 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								061ac0f23e 
								
							 
						 
						
							
							
								
								populate proofs in opt specific tactics  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2015-01-05 16:44:33 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								c61e9f27db 
								
							 
						 
						
							
							
								
								local changes  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2014-12-22 09:27:33 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								08cb8b8de8 
								
							 
						 
						
							
							
								
								address divergence in the case of shared theory symbols. Codeplex issue 147, thanks to George Karpenkov  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2014-12-09 16:04:25 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken McMillan 
								
							 
						 
						
							
							
							
							
								
							
							
								a6f58bdd17 
								
							 
						 
						
							
							
								
								fixes and performance improvements for interp and duality  
							
							
							
						 
						
							2014-10-30 17:22:34 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken McMillan 
								
							 
						 
						
							
							
							
							
								
							
							
								bbdc8b33e0 
								
							 
						 
						
							
							
								
								prevent creating some useless solvers in duality  
							
							
							
						 
						
							2014-10-08 13:56:46 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken McMillan 
								
							 
						 
						
							
							
							
							
								
							
							
								d54d758f45 
								
							 
						 
						
							
							
								
								getting duality to recover from incompleteness-related failures by restarting  
							
							
							
						 
						
							2014-10-01 18:16:21 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken McMillan 
								
							 
						 
						
							
							
							
							
								
							
							
								301cb51bbb 
								
							 
						 
						
							
							
								
								added restarts options to duality (plus some other disabled features)  
							
							
							
						 
						
							2014-09-30 12:42:30 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								e6725b2344 
								
							 
						 
						
							
							
								
								merge unstable into opt  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2014-09-26 12:12:24 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken McMillan 
								
							 
						 
						
							
							
							
							
								
							
							
								13b61d894c 
								
							 
						 
						
							
							
								
								adding recursion bounds to duality  
							
							
							
						 
						
							2014-09-09 14:02:46 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken McMillan 
								
							 
						 
						
							
							
							
							
								
							
							
								70a1155d71 
								
							 
						 
						
							
							
								
								fixed duality bug and added some code for returning bounded status (not yet used)  
							
							
							
						 
						
							2014-08-18 17:13:16 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								960e8ea1d5 
								
							 
						 
						
							
							
								
								working on hitting sets  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2014-06-08 14:12:54 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken McMillan 
								
							 
						 
						
							
							
							
							
								
							
							
								aa35149700 
								
							 
						 
						
							
							
								
								merging duality/interp changes  
							
							
							
						 
						
							2014-05-22 11:52:16 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken McMillan 
								
							 
						 
						
							
							
							
							
								
							
							
								01c6fe39ab 
								
							 
						 
						
							
							
								
								fix markers aliasing bug in Duality::CheckerForEdgeClone  
							
							
							
						 
						
							2014-05-20 15:10:31 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								2ca14b49fe 
								
							 
						 
						
							
							
								
								fix AV in debug assertion, address warnings  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2014-05-16 09:45:32 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken McMillan 
								
							 
						 
						
							
							
							
							
								
							
							
								b3bd9db4a5 
								
							 
						 
						
							
							
								
								merge duality debug code  
							
							
							
						 
						
							2014-05-09 13:18:28 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken McMillan 
								
							 
						 
						
							
							
							
							
								
							
							
								90ca1b95c0 
								
							 
						 
						
							
							
								
								debugging code in duality  
							
							
							
						 
						
							2014-05-09 13:10:03 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolaj Bjorner 
								
							 
						 
						
							
							
							
							
								
							
							
								f1ebf2002a 
								
							 
						 
						
							
							
								
								tuning sls  
							
							... 
							
							
							
							Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> 
							
						 
						
							2014-05-05 16:40:54 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph M. Wintersteiger 
								
							 
						 
						
							
							
							
							
								
							
							
								c3b7c738f8 
								
							 
						 
						
							
							
								
								Merge branch 'bvsls' of  https://git01.codeplex.com/z3  into opt  
							
							... 
							
							
							
							Conflicts:
	scripts/mk_project.py
	src/duality/duality.h
	src/duality/duality_solver.cpp
	src/duality/duality_wrapper.h
	src/interp/iz3hash.h
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com> 
							
						 
						
							2014-04-25 22:18:41 +01:00