1410 Commits (72af8c72463b5052062f9511e5312e7d4e1bfcc2)
 

Author SHA1 Message Date
PBerger 72af8c7246 Added missing (but implicitly declared) template instance. 10 years ago
PBerger 21eb9cb898 Merge branch 'master' into philippTopologicalRevival 10 years ago
PBerger c8e05f7137 Added explicit template instance. 10 years ago
dehnert d40573640f Dropped our current Tarjan-implementation in favour of the path-based algorithm by Gabow (and others) as this seems to perform a lot better (at when comparing our implementations). 10 years ago
PBerger 0c305825f3 Merge branch 'master' into philippTopologicalRevival 10 years ago
PBerger 59ca5fcdba Merge branch 'master' into philippTopologicalRevival 10 years ago
PBerger 493f93a94b Added __restrict__ keyword to CUDA kernel. This should enhance compiler optimization. 10 years ago
dehnert 4f25312a6b Adapted SMT-based counterexample generator such that it works with the new property classes. 10 years ago
masawei 7f7ddc06e1 Removed two erronous keywords. 10 years ago
masawei 5a0059d110 Commented out the SMTMinimalCommandSetGeneraator, again. 10 years ago
masawei 4f5b0b5949 Merge branch 'refactorFormulas' 10 years ago
masawei 52cfe9f02d Fixed some compile errors. 10 years ago
masawei b84ef7bebc Merge branch 'master' into refactorFormulas 10 years ago
masawei d75e32b83e Renames the folder formula to properties and the namespace property to properties. 10 years ago
masawei 6b2b1e4d7b Finished the documentation of the formulas. 10 years ago
PBerger 71320239f1 Some debug output. 10 years ago
PBerger ea427fcde1 Fixed include directories for CUDA Plugin in CMakeLists.txt 10 years ago
dehnert cbf1301e47 Small bugfix. 10 years ago
masawei 7f15f358c1 Removed the FormulaCheckers. 10 years ago
masawei 532b0cf3ad Added function to test if a formula is a probability bounded reachability formula, i.e. conforms to the pattern P[<,<=,>,>=]p ([phi U, E] psi) where phi, psi are propositional formulas (consisting only of And, Or, Not and AP). 10 years ago
masawei 27df78c2b0 Finished testing Ltl. 10 years ago
PBerger 57882db84e Fixed warnings about unused variables in PathBasedSubsystemGenerator and SMTMinimalCommandSetGenerator. Also some stuff with type conversions. 10 years ago
masawei 40a8fdd6e4 Merge branch 'refactorFormulas' of https://sselab.de/lab9/private/git/storm into refactorFormulas 10 years ago
masawei 0a2a759932 Ltl testng. 10 years ago
PBerger a49991484c Fixed missing definitions for the current working directory. 10 years ago
PBerger 3bc31e927d Added per-formula timing output. 10 years ago
PBerger 94b2d45e05 Fixed error reporting in AtomicPropositionLabelingParser.cpp and SparseStateRewardParser.cpp. 10 years ago
PBerger 422a317407 Made the OptimalSCC algorithm MUCH faster. 10 years ago
masawei 4614eccccb Addendum to last commit: Forgot the files for the csl filter test. 10 years ago
masawei 2687809591 Finished testing of Csl. 10 years ago
masawei 33386f4c5f Changed the actions in the filters to be shared_ptr instead of raw pointers. This prevents memory leaks when a filter is destructed. 10 years ago
masawei b7357c2cf9 Testing, noticed that vectors of pointers are not good. Changing that. 10 years ago
PBerger a39e9a821f Fixed a type error in TBB implementation. 10 years ago
PBerger 7e77fbb6bb Some testing stuff. 10 years ago
PBerger 4a1358fb79 Merge branch 'master' of https://sselab.de/lab9/private/git/storm into philippTopologicalRevival 10 years ago
PBerger 73ddba5b29 Merged master, applied fixes. 10 years ago
PBerger 67cd9e58ba Merge branch 'master' of https://sselab.de/lab9/private/git/storm into philippTopologicalRevival 10 years ago
dehnert ff572c7f6f Sped up PRISM parser by letting it skip the actual command definitions in the first run (because only gathering constants, variables and formulas is important in this particular run). 10 years ago
dehnert f485974187 Fixed (asynch) leader election to comply with our grammar. Added LOG_DEBUG macro. 10 years ago
masawei 1c4d7b9ef9 Some more testing. 10 years ago
dehnert 577e48f8bf Bugfix for the dimensions of some data of parsed Markov automata. 10 years ago
dehnert 93a08538e3 Reverted debug change in test. 10 years ago
dehnert 7c5603de3e Improved performance of the expression parser a bit more. 10 years ago
dehnert 952747a9bc Modified some rules in the expression parser such that less redundant parsing is done. 10 years ago
dehnert aecd0e3cb8 Made Storm compile again without Z3: guarded some header inclusions and function definitions/implementations. Also guarded the tests that require certain libraries (like Gurobi, glpk, Z3), so that tests do not fail any more when the libraries are not available. 10 years ago
dehnert 5bb76eb12e Bugfix for storm::utility::vector::reduceVector to correctly compute which choices were taken to achieve extremal values. 10 years ago
dehnert e2c2177dca Adapted MaxSAT-based minimal command set generator to some recent changes to make it work again. 10 years ago
masawei 2c59dd6f32 Finished unit tests for the actions. 10 years ago
masawei ee1ebdf91d Removed the visitor from LTL and refactured the formulas to use shared pointer in stead of standart pointer. 11 years ago
dehnert 40c698af90 Some fixes to make new SMT framework compile with clang under Mac OS (includes fixes to some initializiation ordering warnings). Bugfix for PRISM parser to correctly handle formulas. 11 years ago