Skip to content

Prevent infinite loops on error #66

@PetrosPapapa

Description

@PetrosPapapa

Some errors may go unnoticed, so that the simulation state does not change, but none of the termination conditions are met.

For example, a task with a resource that does not exist will cause an infinite loop.

It is not enough to find and fix conditions like this example. There needs to be a mechanism that detects an unchanged state with little computation and terminates.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions