3 Commits (2b909755259df6106d6c966fdc09015458184088)

Author SHA1 Message Date
TimQu 2b90975525 parsing prism PTAs 7 years ago
sjunges 79bb6734ed compile and link parsers in seperate binary 7 years ago
sjunges 12dda40919 split IOSettings in BuildSettings and IOSettings, refactored some dependencies on settings object away if it doesnt hurt too much, moved GSPN and PGCL settings to their own libs 8 years ago
dehnert 2d99ff3126 preserving action knowledge from first to second PRISM parser pass 8 years ago
Sebastian Junges 63fd02937f pomdps 8 years ago
sjunges bbb4d16965 towards support for pomdps in storm 8 years ago
dehnert 0a3ff157f7 constants defaulting to type int and allowing model type everywhere (on top level) of PRISM program 9 years ago
dehnert e09e3f3f75 making the phoenix rise from the ashes (aka boost 1.63) 9 years ago
dehnert 8d6b029d67 next batch of fixing warnings 9 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
sjunges 2365f62f23 minor updates of parsers 9 years ago
sjunges 5cc1a86f10 No - I won't wait for those parsers no more. Part one of some compiliation speed up stuff. 9 years ago
dehnert 92932fced1 support for initial constructs in PRISM programs 9 years ago
dehnert 9db10e7849 added all composition operators of PRISM 9 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert f72f556018 improved spirit error handling a bit 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
dehnert e631dbd1a0 more work on new reward models 10 years ago
sjunges a129983ae9 cleaning includes for better compilation times 10 years ago
dehnert 8f4a4397e0 Started working on Markovian commands in PRISM programs. 11 years ago
dehnert 1699732dce More work on logic classes. 11 years ago
dehnert ab0caf79e8 Replaced action names by indices in PRISM programs. 11 years ago
dehnert 3260a6203c Started improving performance of explicit model generation. 11 years ago
dehnert 7ec3e8b214 Further fixes for new variable handling. libstorm now compiles again, yay. 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 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
dehnert 478f5ee38c Started separating expression parsing from PRISM model parsing. 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). 12 years ago
dehnert 873d80cd2d If a module is renamed from some other module, this is now kept track of in the respective PRISM classes. 12 years ago
dehnert 82836f1ad1 Added some checks for validity of identifiers in PRISM programs. Added some illegal tests to test suite. 12 years ago
dehnert d0d80cf5e1 Started on making the PrismParser more robust. 12 years ago
dehnert 39ec9401ef Fixed the PrismParser so the exact format of PRISMs boolean expressions can now be parsed. 12 years ago
PBerger 0a501b6e76 Added a constructor for GlobalProgramInformation as MSVC fails to default bool to false. 12 years ago
dehnert 311247ff0c Added support for Xor in expression classes and added parsing functionality for Xor, Implies and Iff. 12 years ago
PBerger 94b25c02ca Fixed bugs in some files. 12 years ago
dehnert 164c8225fd Fixed some minor issues. 12 years ago
dehnert 199b6576a9 Added ternary operator. Parsing standard PRISM models into the PRISM classes now works. Included tests for parsing stuff. ToDo: add remaining semantic checks for parsing/PRISM classes and fix explicit model adapter. 12 years ago
dehnert f6587b424d Further work on PrismParser and the related PRISM classes... 12 years ago
dehnert cc0c327668 Removed superfluous grammars and started working on making one PRISM grammar to rule them all. 12 years ago
PBerger 89909fe8dc Edited all Parsers to lose its class. 12 years ago
PBerger f4050e5b18 Edited Parsers, re factored interface into a single function without an encapsulating class. Warning, this is work in Progress and not yet compiling. 12 years ago
Lanchid ec91dcbe2e Merge branch master into LTLParser 12 years ago
gereon 3b76126f6b Split PrismParser and PrismGrammar in differenc object files. 13 years ago
gereon 014ecd8597 Fixed some glitches, producing meaningful error if sum of probabilities for a command is not one 13 years ago
gereon 9613d099bb Removed shared_ptr for module, program and rewardmodel objects. 13 years ago
gereon 1878962dea Fixed another nullptr, removed shared_ptr for Update and Command objects. 13 years ago
gereon 152bcd2f20 Porting Program datastructures to use shared_ptr (at least for the moment...) 13 years ago