changed layout and fixed constraint
This commit is contained in:
parent
960abf0fb3
commit
aa6c329743
3 changed files with 239 additions and 1180 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue