3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 19:05:51 +00:00
z3/src/math/polysat
2022-11-14 14:51:54 +01:00
..
univariate try to fix build 2022-09-21 14:03:07 +02:00
boolean.cpp count 2022-10-04 14:08:44 +02:00
boolean.h Bring back boolean decisions (wip) 2022-10-03 18:36:16 +02:00
clause.cpp Add compact version of std::all_of 2022-10-03 10:55:13 +02:00
clause.h count 2022-10-04 14:08:44 +02:00
clause_builder.cpp All constraints have bvars now 2022-11-07 14:14:36 +01:00
clause_builder.h Split constraint_manager into separate file 2022-11-07 13:33:48 +01:00
CMakeLists.txt Rename: explain -> superposition 2022-11-10 14:42:13 +01:00
conflict.cpp print lemmas 2022-11-14 14:51:54 +01:00
conflict.h Remove backjump state from conflict 2022-11-14 14:33:19 +01:00
constraint.cpp Simplify boolean propagation level 2022-11-09 16:59:51 +01:00
constraint.h Simplify boolean propagation level 2022-11-09 16:59:51 +01:00
constraint_manager.cpp Dedup quot_rem and lshr too 2022-11-07 15:25:05 +01:00
constraint_manager.h Dedup quot_rem and lshr too 2022-11-07 15:25:05 +01:00
eq_explain.cpp set, lemma, minor 2022-09-21 16:29:36 +02:00
eq_explain.h Rename: explain -> superposition 2022-11-10 14:42:13 +01:00
fixplex.h na (#5536) 2021-09-05 12:13:08 +02:00
fixplex_def.h fix 2022-07-21 13:00:36 +02:00
forbidden_intervals.cpp umul 2 2022-07-21 12:38:00 +02:00
forbidden_intervals.h remove constructor 2022-08-22 15:00:35 +02:00
inference_logger.cpp Remove backjump state from conflict 2022-11-14 14:33:19 +01:00
inference_logger.h Connect conflict2 2022-09-21 12:14:44 +02:00
interval.h Remove broken method 2022-10-03 11:05:07 +02:00
justification.cpp add sample bdd vector operations 2021-04-16 10:22:48 -07:00
justification.h update 2021-09-07 14:06:32 +02:00
linear_solver.cpp remove eq constraint, fix gc for external constraints 2021-09-11 20:09:28 +02:00
linear_solver.h remove eq constraint, fix gc for external constraints 2021-09-11 20:09:28 +02:00
log.cpp Allow disabling log messages 2022-11-08 17:15:56 +01:00
log.h inline definition in header file 2022-11-09 09:55:05 -08:00
log_helper.h deal with compiler warnings 2022-10-13 17:55:47 +02:00
op_constraint.cpp Dedup op constraints 2022-11-07 15:02:48 +01:00
op_constraint.h Dedup op constraints 2022-11-07 15:02:48 +01:00
polysat_params.pyg add parameter class for polysat 2022-04-12 10:35:23 +02:00
restart.cpp log 2022-08-05 11:23:02 +02:00
restart.h split out restart 2021-12-12 17:27:30 -08:00
saturation.cpp Remove backjump state from conflict 2022-11-14 14:33:19 +01:00
saturation.h reconnect saturation 2022-09-21 16:47:16 +02:00
search_state.cpp Bring back boolean decisions (wip) 2022-10-03 18:36:16 +02:00
search_state.h Revert "remove overcomplicated search_iterator" 2022-08-19 14:12:57 +02:00
simplify.cpp log 2022-08-05 11:23:02 +02:00
simplify.h add placeholder for simplification 2021-12-12 14:52:09 -08:00
simplify_clause.cpp Disable simplify_clause::try_recognize_bailout for now 2022-11-09 14:30:33 +01:00
simplify_clause.h Move unfinished make_asserting code 2022-09-28 19:19:33 +02:00
smul_fl_constraint.cpp umul 2022-07-21 11:57:27 +02:00
smul_fl_constraint.h We only need one of is_true/is_false 2022-09-29 17:19:47 +02:00
solver.cpp Remove backjump state from conflict 2022-11-14 14:33:19 +01:00
solver.h Remove backjump state from conflict 2022-11-14 14:33:19 +01:00
superposition.cpp Rename: explain -> superposition 2022-11-10 14:42:13 +01:00
superposition.h Rename: explain -> superposition 2022-11-10 14:42:13 +01:00
trail.h pop non-asserting lemmas 2022-10-04 14:10:54 +02:00
types.h integrate polysat into bv solver 2022-01-26 20:20:45 +01:00
ule_constraint.cpp Normalize to 0 < 0 instead of 1 <= 0 2022-11-07 15:32:34 +01:00
ule_constraint.h One more case for ule_constraint::is_always_false 2022-09-29 18:22:31 +02:00
umul_ovfl_constraint.cpp Simplify clause_builder 2022-10-07 15:22:49 +02:00
umul_ovfl_constraint.h We only need one of is_true/is_false 2022-09-29 17:19:47 +02:00
variable_elimination.cpp hm 2022-10-31 15:54:56 +01:00
variable_elimination.h First pass at free variable elimination 2022-10-31 15:22:03 +01:00
viable.cpp Don't leave propagation loop too early (cause of unsoundness in bench0) 2022-10-12 13:20:34 +02:00
viable.h Debug dlist insertion 2022-10-05 17:24:28 +02:00