Fixing a bug: we need to start choiceCounter from 1 instead of 0 for subsequent execu...
authorrtrimana <rtrimana@uci.edu>
Sat, 4 Apr 2020 04:34:28 +0000 (21:34 -0700)
committerrtrimana <rtrimana@uci.edu>
Sat, 4 Apr 2020 04:34:28 +0000 (21:34 -0700)
commitd5bff4fb65cff43b56e7a4fd7fd79b2faf7e4bdb
treec48cb63e70712333c92920fbc489b5ee8f893c98
parentfa86b972ca0ced9985639d19684ed1e4fc8cad56
Fixing a bug: we need to start choiceCounter from 1 instead of 0 for subsequent executions since the first CG (number 0) is the backtrack CG itself.
src/main/gov/nasa/jpf/listener/DPORStateReducer.java