Refresh the cached conflict transitions when performing backward DFS due to revisitin...
[jpf-core.git] / src / main / gov / nasa / jpf / listener / DPORStateReducerEfficient.java
2020-09-24 rtrimanaRefresh the cached conflict transitions when performing...
2020-09-23 rtrimanaRemoving dead/commented code.
2020-09-22 rtrimanaFixing a bug: summary of conflict transitions is to...
2020-09-22 rtrimanaFixing a bug: should use equals() to compare the values...
2020-09-22 rtrimanaFixing bug: 1) pushed transition should have been the...
2020-09-21 rtrimanaFixing a bug: summary of conflict transition and ReadWr...
2020-09-18 rtrimanaMinor changes to input arguments of some methods/functions.
2020-09-17 rtrimanaAdding checks to ensure that a predecessor is only...
2020-09-11 rtrimanaTesting the implementation; fixing a bug.
2020-09-10 rtrimanaSmall edits in method updateBacktrackSetsFromPreviousEx...
2020-09-09 rtrimanaCleaning up the code; still need to test everything.
2020-09-04 rtrimanaInitial implementation of more efficient traversal...
2020-09-03 rtrimanaAdding a new file for a more efficient implementation...