3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-07 07:45:46 +00:00
z3/src/math/polysat
Nikolaj Bjorner cd76fd9edd fixes and expose new bugs
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2021-09-20 17:30:41 -07:00
..
boolean.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
boolean.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
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 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_builder.cpp fixes and expose new bugs 2021-09-20 17:30:41 -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 rename conflict_core to conflict: 2021-09-20 14:05:55 -07:00
conflict.cpp rename conflict_core to conflict: 2021-09-20 14:05:55 -07:00
conflict.h rename conflict_core to conflict: 2021-09-20 14:05:55 -07:00
constraint.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
constraint.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
explain.cpp rename conflict_core to conflict: 2021-09-20 14:05:55 -07:00
explain.h rename conflict_core to conflict: 2021-09-20 14:05:55 -07:00
fixplex.h na (#5536) 2021-09-05 12:13:08 +02:00
fixplex_def.h na (#5536) 2021-09-05 12:13:08 +02:00
forbidden_intervals.cpp rename conflict_core to conflict: 2021-09-20 14:05:55 -07:00
forbidden_intervals.h rename conflict_core to conflict: 2021-09-20 14:05:55 -07:00
interval.h Polysat: first pass at forbidden intervals (not yet fully integrated into solver) (#5227) 2021-04-29 10:12:54 -07: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
saturation.cpp rename conflict_core to conflict: 2021-09-20 14:05:55 -07:00
saturation.h rename conflict_core to conflict: 2021-09-20 14:05:55 -07:00
search_state.cpp enable reduce_by, more tests 2021-09-19 13:41:39 -04:00
search_state.h enable reduce_by, more tests 2021-09-19 13:41:39 -04:00
solver.cpp fixes and expose new bugs 2021-09-20 17:30:41 -07:00
solver.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
trail.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
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 handle empty clauses created as lemmas as unsat state. 2021-09-19 15:43:47 -04:00
ule_constraint.h handle empty clauses created as lemmas as unsat state. 2021-09-19 15:43:47 -04: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 push outline of using cjust for overflow premise 2021-09-09 09:56:00 +02:00
viable.h push outline of using cjust for overflow premise 2021-09-09 09:56:00 +02:00
viable_set.h u256, separate viable_set 2021-07-04 23:47:12 -07:00
viable_set_def.h u256, separate viable_set 2021-07-04 23:47:12 -07:00