* - we find a state that matches a state in a previous run, or
* - we have a matched state in the current run that consists of cycles that contain all choices/events.
*/
-public class DPORStateReducerWithSummary extends ListenerAdapter {
+public class DPORStateReducerMainStatesWithSummary extends ListenerAdapter {
// Information printout fields for verbose mode
private boolean verboseMode;
// Statistics
private int numOfTransitions;
- public DPORStateReducerWithSummary(Config config, JPF jpf) {
+ public DPORStateReducerMainStatesWithSummary(Config config, JPF jpf) {
verboseMode = config.getBoolean("printout_state_transition", false);
stateReductionMode = config.getBoolean("activate_state_reduction", true);
if (verboseMode) {