71 Commits (c2b287a1e174bca5eb32c9ba3c55b200fa5e234f)

Author SHA1 Message Date
dehnert c2b287a1e1 more work on learning approach 9 years ago
dehnert fad28df7d6 first working version of next-state generator for PRISM models 9 years ago
dehnert 8a0bd32b55 tearing apart explicit model builder and 'next-state generation' 9 years ago
sjunges 4cc8442b77 Fixed warning about superfluous semicolon after a method def. 9 years ago
sjunges 2d44d4f822 getUndefinedConstantsAsString added to storm::prism::program 9 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert 34ba28cfdb some minor fixes 10 years ago
dehnert f72f556018 improved spirit error handling a bit 10 years ago
dehnert d0e15d1a4f more work (and stuff, you know?) 10 years ago
dehnert b297cdf38f added some syntatic sugar to PRISM parser in order to enhance performance tests of symbolic model checker 10 years ago
sjunges 703013b97c program, vector, gurobi 10 years ago
sjunges ee0e34146f build command index to action name mapping 10 years ago
dehnert 6a80348150 fixed issue related to row groups in sparse matrix and adapted the affected calling sites 10 years ago
dehnert 080b50a890 fixed bug in symbolic model generation 10 years ago
dehnert 73a2491dfb more bugfixes 10 years ago
dehnert 4ca64a913a main executable compiling again, started to debug 10 years ago
dehnert 6133c3462a symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs 10 years ago
sjunges 9201c6420a Removes identity assignments 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
sjunges 44e609ce86 merge fix 10 years ago
sjunges 812b101c40 better program checks, some extensions in model and matrix 10 years ago
dehnert c683934ea0 removed debug output and fixed bug 10 years ago
sjunges 9a0e42babb static analysis for global variables 10 years ago
dehnert 9d5c3e7e2f added functionality to flatten the modules of a PRISM program into one module 10 years ago
dehnert be66ef2751 Finalized hybrid CTMC model checker. 10 years ago
dehnert da0582405d Raise warning/error if synchronizing Markovian commands are detected. 10 years ago
dehnert 8f4a4397e0 Started working on Markovian commands in PRISM programs. 10 years ago
dehnert e79233bd7b Added check in PRISM program that prevents global varibles from written in possibly synchronizing commands. 10 years ago
dehnert 8c1870eb54 Intermediate commit. 10 years ago
dehnert 92aa2607a0 The labels of the models are now only built if no property was given or the given property contains the label. 10 years ago
dehnert ee7b591db1 Some work on cli. 10 years ago
dehnert b60c5ffdc0 Fixed a lot of tests, improved some things here and there. 10 years ago
dehnert ab0caf79e8 Replaced action names by indices in PRISM programs. 11 years ago
dehnert 780ddd9694 Improved simplify a bit. 11 years ago
dehnert 8e71081f1e Functional tests now work again. 11 years ago
dehnert 99d9a9710d Further steps to make everything work again. 11 years ago
dehnert 7ec3e8b214 Further fixes for new variable handling. libstorm now compiles again, yay. 11 years ago
dehnert 92d550be12 More and more refactoring. 11 years ago
dehnert 809217c359 Refactored some parts of expressions. In particular, visitors now can return anything they want by using boost::any. 11 years ago
dehnert 08959a6a32 Intermediate commit. 11 years ago
dehnert a7bce9e520 Removed debug output and fixed the reward issue a bit more. 11 years ago
dehnert 2f20abf47f The user can now select on the command line which reward model of a symbolic model is to be used (as a second [optional] argument to --symbolic). 11 years ago
dehnert e49814d391 Modified pctl/csl/ltl options to now take formulas instead of files. Prefixed the macros with STORM_. Moved these macros into a file in the utilities. Modified architecture of the exception classes slightly. Threw away all the contents of main(). This will now be build from scratch. 11 years ago
dehnert 2d8cc2efcd Added reordering functionality to DD interface. 11 years ago
dehnert 219af9b43b Removed constants from expressions. Even though PRISM has the concept of constants and variables, it currently makes no sense to distinguish them in our expression classes. 11 years ago
dehnert c76e0e8d4d Added class for initial construct of PRISM programs (to capture position information). Added more validity checks for programs and tests for them (not all though). 11 years ago
dehnert 83f9832e2d Added type check visitor to validate types of identifiers in expressions. Started writing validation method on PRISM program class. 11 years ago
sjunges 72c804815e several *small* fixes and better direct encoding 11 years ago
sjunges d4c2657856 Parsing parameteric dtmcs and exporting them to smt2 11 years ago
PBerger 1d8ae9fc89 Fixed an issue with templated variadic template arguments (see http://stackoverflow.com/questions/23119273/use-a-templated-variadic-template-parameter-as-specialized-parameter for discussion) 11 years ago