Class MeasureGraphCoverageStrategy

java.lang.Object
org.mpi_sws.jmc.strategies.trust.MeasureGraphCoverageStrategy
All Implemented Interfaces:
SchedulingStrategy

public class MeasureGraphCoverageStrategy extends Object implements SchedulingStrategy
A scheduling strategy that measures the coverage of execution graphs during the model checking process.

This strategy records the coverage of execution graphs and stores them in a specified path. It can also measure the coverage per iteration or at a specified frequency.