3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-05 22:06:03 +00:00
z3/src/math/polysat
2023-07-21 14:32:22 +02:00
..
univariate add int-blast experiment 2023-03-27 16:40:22 -07:00
assignment.cpp assignment helpers 2022-11-30 14:50:14 +01:00
assignment.h Rename to get_assignment to prevent clash with class name 2023-01-09 17:15:40 +01:00
boolean.cpp get_watch_level: prefer true literals at lower search index 2023-03-29 15:23:43 +02:00
boolean.h add stubs for reinit_clauses 2023-03-28 12:34:09 -07:00
clause.cpp Add helper for printing polysat constraints 2023-03-12 16:15:25 +01:00
clause.h add stubs for reinit_clauses 2023-03-28 12:34:09 -07:00
clause_builder.cpp We need more clause names 2023-02-03 15:54:56 +01:00
clause_builder.h We need more clause names 2023-02-03 15:54:56 +01:00
CMakeLists.txt fix component dependencies 2023-07-10 09:45:21 +02:00
conflict.cpp fix bug introduced in is_valid() 2023-04-02 16:12:11 -07:00
conflict.h another unsoundness bug 2023-03-31 16:13:46 -07:00
constraint.cpp Rename confusing methods 2023-06-23 11:59:18 +02:00
constraint.h try zero_ext 2023-07-21 10:52:07 +02:00
constraint_manager.cpp fix zero/sign extension 2023-07-21 14:32:22 +02:00
constraint_manager.h fix zero/sign extension 2023-07-21 14:32:22 +02:00
eq_explain.cpp Rename confusing methods 2023-06-23 11:59:18 +02:00
eq_explain.h Rename: explain -> superposition 2022-11-10 14:42:13 +01:00
fixplex.h Restore mod_interval for fixplex 2023-02-01 16:34:25 +01:00
fixplex_def.h Restore mod_interval for fixplex 2023-02-01 16:34:25 +01:00
fixplex_mod_interval.h Restore mod_interval for fixplex 2023-02-01 16:34:25 +01:00
fixplex_mod_interval_def.h fix includes 2023-02-01 17:00:26 +01:00
forbidden_intervals.cpp Contract bit information to large unit-intervals 2023-02-17 15:32:43 +01:00
forbidden_intervals.h Contract bit information to large unit-intervals 2023-02-17 15:32:43 +01:00
inference_logger.cpp Parity bug fix 2023-03-06 10:12:32 +01:00
inference_logger.h Connect conflict2 2022-09-21 12:14:44 +02:00
interval.h check and fix pdd manager confusion 2023-02-24 13:29:59 +01: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 fix log in release mode 2023-03-29 15:56:50 +02:00
log.h fix log in release mode 2023-03-29 15:56:50 +02:00
log_helper.h deal with compiler warnings 2022-10-13 17:55:47 +02:00
naming.cpp fix get_name for variables 2023-07-19 12:40:18 +02:00
naming.h extract/concat slicing wip 2023-06-12 21:13:20 +02:00
number.h Detect more equations in refine_equal_lin 2022-12-21 12:21:22 +01:00
op_constraint.cpp wip: enabling reinit approach 2023-03-30 08:41:22 -07:00
op_constraint.h Add some clause names 2023-03-29 15:30:05 +02:00
polysat_ast.cpp support other ops 2023-03-13 09:29:21 +01:00
polysat_ast.h support other ops 2023-03-13 09:29:21 +01:00
polysat_params.pyg add parameter class for polysat 2022-04-12 10:35:23 +02:00
restart.cpp Print less output in non-verbose mode 2023-03-18 08:04:03 +01:00
restart.h split out restart 2021-12-12 17:27:30 -08:00
saturation.cpp bug fixes to bounds propagation 2023-04-05 17:53:19 -07:00
saturation.h cosmetic updates to bounds 2023-04-05 16:40:18 -07:00
search_state.cpp nicer output 2023-03-23 13:39:01 +01:00
search_state.h fix eval justifications 2023-03-15 11:33:20 +01: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 Rename confusing methods 2023-06-23 11:59:18 +02:00
simplify_clause.h Several changes: 2023-03-07 15:21:14 +01:00
slicing.cpp bugfix 2023-07-21 12:45:46 +02:00
slicing.h refactor creation of concat nodes 2023-07-20 17:11:01 +02:00
smul_fl_constraint.cpp Less allocation during lookup, remove unused argument 2022-12-22 15:09:18 +01:00
smul_fl_constraint.h Less allocation during lookup, remove unused argument 2022-12-22 15:09:18 +01:00
solver.cpp basic slicing integration 2023-07-18 16:19:54 +02:00
solver.h fix zero/sign extension 2023-07-21 14:32:22 +02:00
superposition.cpp Rename confusing methods 2023-06-23 11:59:18 +02:00
superposition.h Rename: explain -> superposition 2022-11-10 14:42:13 +01:00
trail.h pwatch 2022-12-01 15:50:03 +01:00
types.h fix 2023-06-28 13:20:57 +02:00
ule_constraint.cpp Rename confusing methods 2023-06-23 11:59:18 +02:00
ule_constraint.h Rename confusing methods 2023-06-23 11:59:18 +02:00
umul_ovfl_constraint.cpp Fix redundant lemma in umul_ovfl::narrow_bound 2023-03-06 12:59:35 +01:00
umul_ovfl_constraint.h Less allocation during lookup, remove unused argument 2022-12-22 15:09:18 +01:00
variable_elimination.cpp Rename confusing methods 2023-06-23 11:59:18 +02:00
variable_elimination.h Pseudo-inverse op_constraint 2023-01-03 17:47:54 +01:00
viable.cpp Rename confusing methods 2023-06-23 11:59:18 +02:00
viable.h hack to avoid wrong propagation justifications due to fallback solver 2023-03-10 12:42:00 +01:00