dmn-tck / tck

Decision Model and Notation Technology Compatibility Kit
https://dmn-tck.github.io/tck
51 stars 36 forks source link

Invalid model. Variable names must match the decision name. Fixing … #626

Closed StrayAlien closed 11 months ago

StrayAlien commented 11 months ago

just changing the names on the decision variables to match the decision names. Otherwise, it is not a valid model.

opatrascoiu commented 11 months ago

@StrayAlien Well spotted! I added a PR https://github.com/dmn-tck/tck/pull/627 to check these constraints during validation.