Problem Description
In SDV 1.22.0, all constraints were either deprecated or moved to the sdv.cag module. With SDV 20, we can delete the sdv.constraints module.
Expected behavior
- Remove the deprecated constraints and
sdv.constraint module
Additional context
- The sdv.constraints.utils module has functions imported by other modules. We can keep this file, but maybe we should move it to sdv.cag
Problem Description
In SDV 1.22.0, all constraints were either deprecated or moved to the
sdv.cagmodule. With SDV 20, we can delete thesdv.constraintsmodule.Expected behavior
sdv.constraintmoduleAdditional context