3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-17 06:15:37 +00:00
z3/src
Nikolaj Bjorner 4cd1efc50e address unused variable warnings from OSX build log
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2016-03-05 15:33:33 -08:00
..
ackermannization address unused variable warnings from OSX build log 2016-03-05 15:33:33 -08:00
api Added hash-consing remarks to mk_context and mk_context_rc. 2016-03-05 17:58:32 +00:00
ast fix bug in offset for shift amount for free bindings 2016-03-05 15:25:14 -08:00
cmd_context recursive function definitions; combine model-building functionality 2016-03-03 07:59:03 -08:00
duality reworking cancellation 2015-12-12 19:30:23 +00:00
interp issue #393 -- removed debugging assert 2016-01-04 12:53:46 -08:00
math fix test build, working on rec-functions and automata complementation 2016-03-01 22:31:44 -08:00
model make proto-model evaluation use model_evaluator instead of legacy evaluator 2016-03-05 10:14:15 -08:00
muz remove references to _DEBUG use Z3DEBUG instead 2016-02-29 20:23:20 -08:00
nlsat ensure limit children are safe for race conditions 2015-12-12 19:30:24 +00:00
opt enable logic parameter update to configure SMTLIB logic 2016-03-01 09:48:24 -08:00
parsers make parse error a bit more informative 2016-01-19 19:09:41 +01:00
qe setting partial equivalence priority lower so that it doesn't intefere with inlining (partial fix to the fact that inlining will remove such implicit relations). Using short-circuit negation in qe to avoid redundant double negations in intermediary results 2016-02-21 10:31:13 -08:00
sat Bugfix for assumptions in inc_sat_solver 2016-03-04 14:42:38 +00:00
shell remove unused decl 2015-12-30 15:50:46 +00:00
smt address unused variable warnings from OSX build log 2016-03-05 15:33:33 -08:00
solver fix bugs exposed by Chris' sequence unit tests. Improve diagnostics for reason-unknown in combined solver 2016-01-28 08:50:13 -08:00
tactic make proto-model evaluation use model_evaluator instead of legacy evaluator 2016-03-05 10:27:19 -08:00
test make proto-model evaluation use model_evaluator instead of legacy evaluator 2016-03-05 10:14:15 -08:00
util Fixed FP string input conversions. 2016-03-01 15:31:33 +00:00