changed layout and fixed constraint

This commit is contained in:
Lukian 2025-01-17 14:02:35 +01:00
parent 960abf0fb3
commit aa6c329743
3 changed files with 239 additions and 1180 deletions

View file

@ -65,8 +65,7 @@ operations
constraints
inv:
plateau.cases->select(c: Case | c.x = x and c.y = y)->size() = 1
inv:
coordonne: x <= 10 and x > 0 and y > 0 and y <= 10
inv coordonne: x <= 10 and x > 0 and y > 0 and y <= 10
end
class Bateau