12 releases (breaking)
0.12.0 | Sep 12, 2024 |
---|---|
0.11.0 | Jul 30, 2024 |
0.10.0 | Jul 3, 2024 |
0.6.0 | Mar 29, 2024 |
#196 in Testing
Used in maelstrom-util
44KB
843 lines
SIMEX: SIMuation EXplorer
This test utility allows one to exhaustively explore all possible simulations in a simulation space.
See the documentation for more information.
This is part of the Maelstrom project.
lib.rs
:
Provide a mechanism for exhaustively exploring all possible simulations in a simulation space.
The user is given a Simulation
object, from which they can retrieve values (choices). On
later simulations, different values will be retrieved. The SimulationExplorer
will keep
yielding simulations until all possible values have been returned.
Dependencies
~465KB