3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-05 14:55:45 +00:00
z3/src/math/polysat
Nikolaj Bjorner 9c3489ba4b na
2021-12-09 15:58:23 -08:00
..
boolean.cpp na 2021-11-08 05:08:57 -08:00
boolean.h add unsat core, activity, quick pass for viable 2021-11-24 13:23:28 +01:00
clause.cpp removing unit clauses and dependency manager, use minisat approach by tracking assumption literals directly also in clauses 2021-09-20 15:10:03 -07:00
clause.h remove justified vars 2021-11-18 15:43:39 -08:00
clause_builder.cpp remove last references to unit clauses 2021-09-20 17:36:07 -07:00
clause_builder.h removing unit clauses and dependency manager, use minisat approach by tracking assumption literals directly also in clauses 2021-09-20 15:10:03 -07:00
CMakeLists.txt add ovfl constraint 2021-12-09 09:05:23 -08:00
conflict.cpp na 2021-11-26 18:27:44 +01:00
conflict.h prepare for new viable 2021-11-21 06:18:35 +01:00
constraint.cpp add bit shorthand 2021-12-09 15:25:44 -08:00
constraint.h add bit shorthand 2021-12-09 15:25:44 -08:00
explain.cpp tune based on test_l5 2021-11-26 20:14:00 +01:00
explain.h update todos, working on assignment minimization 2021-09-22 13:29:36 -07:00
fixplex.h na (#5536) 2021-09-05 12:13:08 +02:00
fixplex_def.h build warnings 2021-11-02 19:26:48 -07:00
forbidden_intervals.cpp na 2021-12-09 08:25:52 -08:00
forbidden_intervals.h update viable 2021-12-04 02:23:21 -08:00
interval.h na 2021-11-13 17:43:07 -08: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 resolve_bailout etc. 2021-09-06 14:08:07 +02:00
log.h adding watches on Booleans 2021-09-16 22:01:34 +01:00
log_helper.h Polysat: use constraint_literal and begin move to core-based conflict representation (#5489) 2021-08-18 11:02:46 -07:00
mul_ovfl_constraint.cpp initial overflow test 2021-12-09 14:39:00 -08:00
mul_ovfl_constraint.h ovfl 2021-12-09 13:15:59 -08:00
saturation.cpp na 2021-12-09 08:25:24 -08:00
saturation.h interval 2021-11-25 18:46:43 +01:00
search_state.cpp save 2021-12-08 12:40:44 -08:00
search_state.h tune based on test_l5 2021-11-26 20:14:00 +01:00
solver.cpp merge 2021-12-09 08:26:51 -08:00
solver.h add bit shorthand 2021-12-09 15:25:44 -08:00
trail.h na 2021-11-22 18:18:01 +01:00
types.h removing unit clauses and dependency manager, use minisat approach by tracking assumption literals directly also in clauses 2021-09-20 15:10:03 -07:00
ule_constraint.cpp na 2021-12-09 15:58:23 -08:00
ule_constraint.h update todos, working on assignment minimization 2021-09-22 13:29:36 -07:00
variable_elimination.cpp rename conflict_core to conflict: 2021-09-20 14:05:55 -07:00
variable_elimination.h rename conflict_core to conflict: 2021-09-20 14:05:55 -07:00
viable.cpp initial overflow test 2021-12-09 14:39:00 -08:00
viable.h add support for non-unit coefficients 2021-11-30 09:53:09 -08:00