3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-22 05:36:41 +00:00
z3/src/sat/smt/polysat
Nikolaj Bjorner 32e23b3b6c remove unsound simplification
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-02-01 12:39:37 -08:00
..
assignment.cpp rename polysat files to exclude namespace 2023-12-16 16:21:01 -08:00
assignment.h rename polysat files to exclude namespace 2023-12-16 16:21:01 -08:00
CMakeLists.txt Add monomials container to keep track of non-linear multipliers 2023-12-30 14:14:12 -08:00
constraints.cpp remove unsound simplification 2024-02-01 12:39:37 -08:00
constraints.h remove unused propagation in umul_overflow code. Rename propagate to saturate to reflect where it gets used 2024-02-01 09:57:28 -08:00
core.cpp remove unused propagation in umul_overflow code. Rename propagate to saturate to reflect where it gets used 2024-02-01 09:57:28 -08:00
core.h remove unused propagation in umul_overflow code. Rename propagate to saturate to reflect where it gets used 2024-02-01 09:57:28 -08:00
fixed_bits.cpp fixup fixedbits again 2024-01-14 14:38:44 -08:00
fixed_bits.h remove stale functionality, finish implementation for super-slices 2024-01-11 10:18:52 -08:00
forbidden_intervals.cpp constant overflow forbidden interval 2024-01-15 09:46:45 -08:00
forbidden_intervals.h fixing fixed-bits viable 2024-01-11 11:09:06 -08:00
inequality.cpp Add monomials container to keep track of non-linear multipliers 2023-12-30 14:14:12 -08:00
inequality.h bugfixes 2023-12-27 16:06:27 -08:00
interval.h extend propagate_from_containing_slice to subslices with offset > 0 2024-02-01 17:23:26 +01:00
monomials.cpp always fail if new axioms are true 2024-01-31 15:50:35 -08:00
monomials.h add ad-hoc debug output, add rule for incremental linearization 2024-01-21 11:29:48 -08:00
number.h viable revisit v1 2023-12-26 14:10:43 -08:00
op_constraint.cpp remove unused propagation in umul_overflow code. Rename propagate to saturate to reflect where it gets used 2024-02-01 09:57:28 -08:00
op_constraint.h remove unused propagation in umul_overflow code. Rename propagate to saturate to reflect where it gets used 2024-02-01 09:57:28 -08:00
refine.cpp viable revisit v1 2023-12-26 14:10:43 -08:00
refine.h viable revisit v1 2023-12-26 14:10:43 -08:00
saturation.cpp remove unused propagation in umul_overflow code. Rename propagate to saturate to reflect where it gets used 2024-02-01 09:57:28 -08:00
saturation.h more saturation for overflow 2024-01-31 20:12:01 -08:00
types.h distinguish theory_vars in output 2024-02-01 12:14:14 +01:00
ule_constraint.cpp fixup fixedbits again 2024-01-14 14:38:44 -08:00
ule_constraint.h remove unused propagation in umul_overflow code. Rename propagate to saturate to reflect where it gets used 2024-02-01 09:57:28 -08:00
umul_ovfl_constraint.cpp remove unused propagation in umul_overflow code. Rename propagate to saturate to reflect where it gets used 2024-02-01 09:57:28 -08:00
umul_ovfl_constraint.h remove unused propagation in umul_overflow code. Rename propagate to saturate to reflect where it gets used 2024-02-01 09:57:28 -08:00
viable.cpp extend propagate_from_containing_slice to subslices with offset > 0 2024-02-01 17:23:26 +01:00
viable.h extend propagate_from_containing_slice to subslices with offset > 0 2024-02-01 17:23:26 +01:00