Merge remote-tracking branch 'origin/main'

This commit is contained in:
Lukian 2025-01-17 14:00:26 +01:00
commit 960abf0fb3
2 changed files with 235 additions and 301 deletions

View file

@ -65,6 +65,8 @@ 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
end
class Bateau