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 6920e1ccdd Added static_casts and changed some types to signed instead of unsigned to eliminate some warnings of MSVC. 12 years ago
..
AbstractDeterministicModel.h Removed GraphTransition class, which is now replaced by SparseMatrix in the instances where it was used before. Changed GraphAnalyzer accordingly and adapted tests. 12 years ago
AbstractModel.cpp experimented with custom style checker, fixed a few minor issues 12 years ago
AbstractModel.h Removed GraphTransition class, which is now replaced by SparseMatrix in the instances where it was used before. Changed GraphAnalyzer accordingly and adapted tests. 12 years ago
AbstractNondeterministicModel.h Removed GraphTransition class, which is now replaced by SparseMatrix in the instances where it was used before. Changed GraphAnalyzer accordingly and adapted tests. 12 years ago
AtomicPropositionsLabeling.h Minor changes to state labeling class: 12 years ago
Ctmc.h Moved model information output to super class. Moved methods to determine data structure size to superclass(es). Added missing getType methods for some models. 12 years ago
Ctmdp.h Renamed NonDeterministic to Nondeterministic in all places. Fixed (hopefully) all occurrences of these names. Implemented Prob0A algorithm. 12 years ago
Dtmc.h Fixed one of the remaining bugs introduced by refactoring. 12 years ago
Mdp.h A few minor fixes. Removed test for reward model. 12 years ago