Currently, the "<=" propagator uses incremental state in the debug_propagate_from_scratch method which leads to test failures when using extreme asserts.
This PR addresses this by creating a separate propagate and debug_propagate_from_scratch implementation
Currently, the "<=" propagator uses incremental state in the
debug_propagate_from_scratch
method which leads to test failures when using extreme asserts.This PR addresses this by creating a separate
propagate
anddebug_propagate_from_scratch
implementation