3469 Commits (8ef9b8a57673fa380bf1c2dbbb31e6b2a10f3756)

Author SHA1 Message Date
sjunges 4b20a724dc weight zero is no weight is now more explicit 9 years ago
sjunges 437e883bcf first fixes after merge 9 years ago
Mavo 5530f908ca Fixed compile issues under Linux 9 years ago
dehnert 510e525274 removed unnecessary define for boost::variant problem 9 years ago
dehnert cc958bedf0 fixed wrong usage of boost::variant in NextStateGenerator 9 years ago
TimQu 0760e2a7f9 tiny MA example, small fix and test cases for MAs 9 years ago
sjunges 16c1dab062 sylvan dependency duplicate removed 9 years ago
sjunges 7938ce448e trying to fix boost variant by adding a define 9 years ago
sjunges dc5d9637f5 storm-gspn added as target 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
sjunges cfd6926add a bit of progress 9 years ago
sjunges 85f29ee744 Typo in diagnostic ignored fixed 9 years ago
sjunges c9593b9e98 trying to fix the boost variant stuff differently 9 years ago
sjunges 9398cfa54a gcc pendantic warning switched off 9 years ago
sjunges e0e5cd9f0e progress on support for gmp, with cln everything should be fine 9 years ago
sjunges 5faebdff86 constants in header 9 years ago
Mavo 12f7c08bac New class for DftStateGenerator 9 years ago
Mavo 662bbd73d7 CompressedStateType as template argument for NextStateGenerator 9 years ago
sjunges 7bb65dbb22 fix a problem with cln used/unused 9 years ago
sjunges efaab9abe1 potential fix for missing cln 9 years ago
Mavo 560b42a94a Some interval functions not implemented 9 years ago
ThomasH 84284555b2 add include 9 years ago
ThomasH b799963016 add const 9 years ago
TimQu bf7a86b650 fixed lower time bounds for MAs 9 years ago
TimQu 33e99b7b93 needed to add some utility::vector::toString(...)s 9 years ago
TimQu c672f7aea2 fix in bounded reachability computation with Markov automata 9 years ago
TimQu 3784d59a85 bugfix 9 years ago
TimQu 1525ea6702 better time bounds 9 years ago
TimQu b267394a2c fixed the case where an objective is satisfied at the initial state. 9 years ago
TimQu 7bab48b59b bounded reachability for MAs 9 years ago
TimQu 252c2308fe Renamed NeutralEcRemover -> EndComponentEliminator 9 years ago
sjunges 380bed563c updated the jani parser to actually buidl models 9 years ago
TimQu 90ae65ffa9 computation of digitization constant 9 years ago
hbruintjes 8ef899ef1c Fix log file name argument 9 years ago
hbruintjes efae19b092 Use toString() for exit rates, ADL not working for some reason 9 years ago
hbruintjes 4e4bc255b5 Fix some typos in l3pp usage 9 years ago
hbruintjes d9cb1a79f8 Replace cout macros with l3pp 9 years ago
sjunges 88af02e723 towards new jani version 9 years ago
TimQu 75dd78ebec towards bounded reachability: added the ability to have a lower/upper bound for the weightVectorChecker result 9 years ago
sjunges 4f1b8f12f0 Extra method 9 years ago
sjunges eff2acdbc6 parser update 9 years ago
TimQu d02c918f6a forgot a little something... 9 years ago
hbruintjes ebe6775b27 Fix missing ValueType template arguments (which defaulted to double) 9 years ago
PBerger 67244869db src/storage/BitVector: Replaced constant 1 unsigned long long with cast to decltype. This fixes a template resolvation error in std::max. 9 years ago
TimQu 8cda785414 fix in assertions 9 years ago
TimQu f2035523af Fixed a bug in rewardModel's reduceToStateBasedRewards. Also added a function to check whether all rewards are zero. 9 years ago
TimQu 0f0c21840f correct handling of state rewards of markovian states 9 years ago
TimQu 0e34bdbfc4 split weight vector checker into one for MDPs and one for MAs 9 years ago
hbruintjes 8546786e17 Fix missing template argument in builder utility 9 years ago
TimQu 12287e5090 small fix for building MAs 9 years ago