3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-17 22:35:35 +00:00
Commit graph

1637 commits

Author SHA1 Message Date
Christoph M. Wintersteiger bfdea4242c removed unused file
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2014-04-25 18:03:35 +01:00
Christoph M. Wintersteiger a3f20774a8 BVSLS comments
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2014-04-25 17:17:47 +01:00
Andreas Froehlich 3df2967be9 Cleaned up final SLS version. Enjoy! 2014-04-25 13:56:15 +01:00
Andreas Froehlich 9ebfb119db Moved parameters to the right file. Almost clean. 2014-04-23 14:52:18 +01:00
Andreas Froehlich c441bb4388 Backup before I touch early pruning ... 2014-04-22 16:10:44 +01:00
Andreas Froehlich 8346aed39c Fixed bug with VNS repick. 2014-04-22 01:07:30 +01:00
Andreas Froehlich c1741d7941 Almost cleaned up version. 2014-04-22 00:32:45 +01:00
Andreas Froehlich 5ab65d52a6 Merge branch 'bvsls' of https://git01.codeplex.com/z3 into bvsls
Conflicts:
	src/tactic/sls/sls_engine.cpp
	src/tactic/sls/sls_engine.h
	src/tactic/sls/sls_evaluator.h
	src/tactic/sls/sls_tracker.h
2014-04-21 17:05:19 +01:00
Andreas Froehlich ef1d8f2acc Current version before integration ... 2014-04-20 16:38:49 +01:00
Christoph M. Wintersteiger f8ee58b301 bvsls bugfix
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2014-03-28 15:28:02 +00:00
Christoph M. Wintersteiger 0f5d2e010d bvsls refactoring
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2014-03-28 15:26:52 +00:00
Christoph M. Wintersteiger 24d662ba49 bvsls refactoring
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2014-03-28 14:58:59 +00:00
Christoph M. Wintersteiger 8e5659ac4c compilation fixes
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2014-03-28 12:30:15 +00:00
Christoph M. Wintersteiger 176715aea0 compilation fix
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2014-03-28 12:28:40 +00:00
Christoph M. Wintersteiger 883762d54a removed dependency of bvsls on goal_refs
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2014-03-28 12:27:06 +00:00
Christoph M. Wintersteiger c5e059211f bugfix 2014-03-27 13:37:04 +00:00
Christoph M. Wintersteiger be2066a1a6 disabled old code 2014-03-27 13:34:21 +00:00
Christoph M. Wintersteiger 466ac0237f Merge branch 'unstable' of https://git01.codeplex.com/z3 into bvsls 2014-03-27 13:11:29 +00:00
Ken McMillan 732035bf63 merge interp/duality changes with unstable 2014-03-26 14:48:04 -07:00
Ken McMillan fcada914d5 duality fix 2014-03-26 14:10:21 -07:00
Christoph M. Wintersteiger 6f9a348f63 removed dependency of bvsls on goal_refs
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2014-03-26 17:26:06 +00:00
Ken McMillan c9fcf7ee96 interpolation fix (add simplify_cong) 2014-03-24 17:21:29 -07:00
Ken McMillan e3c1cdfe8c interpolation fix 2014-03-24 11:33:09 -07:00
Christoph M. Wintersteiger d1376343c7 Compilation fix.
gcc 4.3.2 (on debian 5) did not like the definitions of gcd and abs in class rational, so I moved them outside of the class.

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2014-03-22 16:42:11 +00:00
Ken McMillan fb2caf99e6 duality fix 2014-03-21 10:35:33 -07:00
Christoph M. Wintersteiger 83f88917a8 bugfix for python 2.6 2014-03-20 17:47:41 +00:00
Christoph M. Wintersteiger 5f040e7480 Merge branch 'bvsls' of https://git01.codeplex.com/z3 into bvsls 2014-03-20 17:20:12 +00:00
Christoph M. Wintersteiger 041427b530 Merge branch 'unstable' of https://git01.codeplex.com/z3 into bvsls 2014-03-20 17:19:51 +00:00
Andreas Froehlich 202eb7b0ef Merge branch 'bvsls' of https://git01.codeplex.com/z3 into bvsls
Conflicts:
	src/tactic/sls/sls_tactic.cpp
2014-03-20 16:32:24 +00:00
Andreas Froehlich c615bc0c34 uct forget and minisat restarts added 2014-03-20 15:58:53 +00:00
Nikolaj Bjorner 3e0e9c7f3c parse also bit-vector constants with set-info. Reported by David Cok
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2014-03-19 20:30:58 -07:00
Nikolaj Bjorner a9e8045071 fix bug reported by Nuno Lopes when query gets sliced
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2014-03-19 20:23:54 -07:00
Nikolaj Bjorner a8fb15ce2c patch bounds normalization bug found by dvitek
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2014-03-19 18:02:05 -07:00
Ken McMillan 3e91037a4d duality fixes 2014-03-19 12:37:05 -07:00
Christoph M. Wintersteiger e3ae0ba0bd SLS refactoring
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2014-03-19 17:26:05 +00:00
Christoph M. Wintersteiger 3d6f8840c6 SLS refactoring
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2014-03-19 17:04:38 +00:00
Andreas Froehlich eabebedabf Merge branch 'bvsls' of https://git01.codeplex.com/z3 into bvsls
Conflicts:
	src/tactic/sls/sls_evaluator.h
	src/tactic/sls/sls_tactic.cpp
	src/tactic/sls/sls_tracker.h
2014-03-19 12:09:29 +00:00
Andreas Froehlich 90245021b2 Current version for relocating. 2014-03-19 11:49:44 +00:00
Christoph M. Wintersteiger 5aa352fd16 removed tabs
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2014-03-19 09:40:01 +00:00
Ken McMillan 2417b75d8d duality: added restarts 2014-03-16 15:37:19 -07:00
Ken McMillan 663d110b72 interpolation fix 2014-03-16 12:09:53 -07:00
Ken McMillan 675820ff67 merged changes from linux 2014-03-14 14:51:39 -07:00
Ken McMillan bbab6be280 duality: eager deduction and history-based conjectures 2014-03-14 13:40:31 -07:00
Ken McMillan 180f55bbda adding support for non-extensional arrays in duality 2014-03-11 18:20:42 -07:00
Andreas Froehlich 853ce522cc plenty of new stuff 2014-03-09 15:42:51 +00:00
Nikolaj Bjorner 4732e03259 filter fresh constants from models
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2014-03-07 08:59:27 -08:00
Ken McMillan 83a774ac79 duality fix plus mbqi option 2014-03-04 18:38:08 -08:00
Nikolaj Bjorner 601cb43f78 fix quotation bug reported by Arie Gurfinkel
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2014-03-04 17:18:49 -08:00
Nikolaj Bjorner b1b349f496 modify offset check to accept linear expressions over numerals. Codeplex issue 81
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2014-03-02 17:50:29 -08:00
Nikolaj Bjorner 23313e5bdc remove unsound simplification for rem. Codeplex Issue 76
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2014-03-02 17:24:40 -08:00