You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
dehnert 9cf82bcd98 Added conversion from transition-based rewards to state-based rewards to enable proper treatment in bisimulation minimization 11 years ago
..
dd Further steps to new expressions. 11 years ago
expressions Workarounds for more Windows quirks. Compiles but tests crash. 11 years ago
prism The labels of the models are now only built if no property was given or the given property contains the label. 11 years ago
sparse Started adding some optimizations to SCC-based model checker. 11 years ago
BitVector.cpp Fixed some bugs. 11 years ago
BitVector.h Fixed some bugs. 11 years ago
BitVectorHashMap.cpp Improved performance of explicit model generation a bit. 11 years ago
BitVectorHashMap.h Fixed some bugs. 11 years ago
Decomposition.cpp Sparse Bisimulation is still ongoing work. 11 years ago
Decomposition.h Some fixes for Linux. 11 years ago
DeterministicModelBisimulationDecomposition.cpp Fixed minor issue that caused problems with the measure-driven initial partition and rewards. 11 years ago
DeterministicModelBisimulationDecomposition.h Moved from call to list::size to counting member in bisimulation partition to avoid gcc's O(n) list::size. 11 years ago
Distribution.cpp Weak bisimulation now supported. Still need to improve the performance of the quotienting, however. 11 years ago
Distribution.h Weak bisimulation now supported. Still need to improve the performance of the quotienting, however. 11 years ago
MaximalEndComponent.cpp Beautified remaining storage classes a bit. 12 years ago
MaximalEndComponent.h Commit to switch workplace. 11 years ago
MaximalEndComponentDecomposition.cpp Removed debug output. 11 years ago
MaximalEndComponentDecomposition.h Beautified remaining storage classes a bit. 12 years ago
NaiveDeterministicModelBisimulationDecomposition.cpp Further work on sparse bisimulation. 11 years ago
NaiveDeterministicModelBisimulationDecomposition.h Further work on sparse bisimulation. 11 years ago
PartialScheduler.cpp Added functional tests for MEC decomposition. 12 years ago
PartialScheduler.h Beautified remaining storage classes a bit. 12 years ago
Scheduler.h Beautified remaining storage classes a bit. 12 years ago
SparseMatrix.cpp Improved performance of explicit model generation a bit. 11 years ago
SparseMatrix.h First working version of SCC-based mc. 11 years ago
StateBlock.cpp Sparse Bisimulation is still ongoing work. 11 years ago
StateBlock.h Added missing header. 11 years ago
StronglyConnectedComponent.cpp Fixed small but important bug in SCC decomposition that led to wrong results when using MSVC. 11 years ago
StronglyConnectedComponent.h Fixed small but important bug in SCC decomposition that led to wrong results when using MSVC. 11 years ago
StronglyConnectedComponentDecomposition.cpp Modified SCC-based model checker such that trivial SCCs are now eliminated before all others. 11 years ago
StronglyConnectedComponentDecomposition.h Commit to switch workplace. 11 years ago
TotalScheduler.cpp Added functional tests for scheduler classes. 12 years ago
TotalScheduler.h Beautified remaining storage classes a bit. 12 years ago