masawei
|
c279c693e5
|
Refactored NondeterministicModelParser.h/.cpp
-Mostly restruturing and tidying up.
Next up: Refatoring AtomicPropositionLabelingParser.h/.cpp
Former-commit-id: c26abad850
|
11 years ago |
PBerger
|
89909fe8dc
|
Edited all Parsers to lose its class.
Modified many classes to provide a reference-constructor.
Fixed a few bugs in Tests.
Former-commit-id: c31fe95aae
|
12 years ago |
dehnert
|
f44f0ce410
|
Cleaned interfaces of models from std::shared_ptr. Improved some code in graph utility.
|
12 years ago |
Lanchid
|
ec91dcbe2e
|
Merge branch master into LTLParser
|
12 years ago |
dehnert
|
27de566228
|
Moved current tests to the functional test suite in an attempt to introduce performance tests.
|
12 years ago |
gereon
|
7fe4c8c813
|
fixing signed/unsigned comparisons in ParseMdpTest
|
12 years ago |
dehnert
|
00b4797948
|
Further refactoring. Other classes are now adapted to the changes in the sparse matrix class.
|
12 years ago |
dehnert
|
a6ae3d713a
|
Fixed test for nondeterministic model parser.
|
12 years ago |
PBerger
|
06d78967df
|
Fixed MDP Parser, removed parsing of STATES/TRANSITIONS, see #10
Refactored the Sparse Adapters, see #17
|
12 years ago |
Lanchid
|
5b57728d7e
|
Merge branch master into PrctlParser
|
12 years ago |
dehnert
|
8c248c05c5
|
Renamed NonDeterministic to Nondeterministic in all places. Fixed (hopefully) all occurrences of these names. Implemented Prob0A algorithm.
|
12 years ago |
dehnert
|
7d95a45633
|
Fixed bug in AbstractModelChecker: it does now correctly inherit from a lot more interface classes. NOTE: checking a formula on a model checker that does not support it failed silently. This should NOT be the case. Re-enabled DEBUG option for cmake. NOTE: why was this disabled anyway? Introduced another layer AbstractDeterministicModel and AbstractNonDeterministicModel in model hierarchy to allow for easily distinguishing these classes. Made necessary adaptions in (hopefully) all classes. Move the graph analyzer to utility folder.
|
12 years ago |
gereon
|
718608622f
|
added Ctmdp model, changed MdpParser to NonDetModelParser
|
12 years ago |
gereon
|
10e25fbd61
|
fixed warnings in ParseMdpTest
|
12 years ago |
dehnert
|
e52379bb54
|
Added XCode stuff to .gitignore. Fixed a few tests to compile with clang under -Werror.
|
12 years ago |
PBerger
|
7800132684
|
Added Mdp Class, Parser and support in the AutoParser.
Added Test for MdpParser
|
12 years ago |