commit
This commit is contained in:
parent
aa6c329743
commit
e471d47fd5
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ operations
|
||||||
constraints
|
constraints
|
||||||
inv:
|
inv:
|
||||||
plateau.cases->select(c: Case | c.x = x and c.y = y)->size() = 1
|
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
|
end
|
||||||
|
|
||||||
class Bateau
|
class Bateau
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue