Oleksandr Zaitsev

Results 59 comments of Oleksandr Zaitsev

We currently use two Roassal builders: - `CMR3SpaceAgentsBuilder` which creates builds all agents - `CMR3SpaceCellsBuilder` which builds all cells ```st CMR3SpaceShapeBuilder > objects ^ diagramBuilder cormasModel agents select: [ :each...

@jordanmontt I think this was suggested by you (or your tool) Could you elaborate please? What's the problem with explicitRequirement?

This is actually a cool issue! we need a PoV designer like the one that we had in VisualWorks ![Image](https://github.com/user-attachments/assets/03ffc2c6-03a7-44fd-9e4f-289cf682440f)

@ElCep could you please provide an example of a model (or a skeleton) defined in DOT? For example, how would you define a robot-forager model? https://cormas.org/#/robot-forager https://github.com/cormas/robot-forager-model

Thanks @ElCep for this cool example! I think this would be a great GSoC or internship project for a student We could create a separate repo and define a .dot...

Thanks @jodz4k for this wonderful issue! This happens because the `CMAgent >> #die` immediately removes the dead agent from the collection. Therefore, if this happens inside a `do:` loop, it...