This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sp
/
tempest
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1004
Commits
2
Branches
0
Tags
187 MiB
C++
97.8%
CMake
1.4%
Raku
0.4%
Cuda
0.3%
Tree:
cebda374d1
tempest
/
test
History
dehnert
cebda374d1
Further step towards Markov automata parser.
Former-commit-id:
33e4634743
12 years ago
..
functional
Sparse matrix can now also be used without knowing the number of rows/columns/nonzeros upfront. Adapted ExplicitModelAdapter to use that capability to not explore the state space twice. Added support for Z3 to CMakeLists.txt. Added correct submatrix checks for transition rewards in MDPs. Extended a test for the ExplicitModelAdapter a bit.
12 years ago
performance
Removed pointers from Model Checker Interface (and callback methods in formulas). From now on, the results are returned in form of an object. Because of the existing move semantics for the types in question, this does not come at a performance penalty.
12 years ago