42 Commits (30bcfcad0eb4041f954e4d893d5b0c3bd4f8d4f6)

Author SHA1 Message Date
TimQu 30bcfcad0e added check for existence of __builtin_popcountll 9 years ago
Mavo eeb0f620ec STORM_DEVELOPER mode introduced 9 years ago
Mavo 5eaa46c7de More refactoring 9 years ago
Mavo ebbc4ce7b4 Fixed compile issues introduced in merge 9 years ago
Mavo 811d04c2a7 Fixed bug in BitVector 9 years ago
Mavo 83b6496fd2 Fixed bugs in BitVector 9 years ago
Mavo 9d97750ca5 Improved compareAndSwap on BitVector 9 years ago
dehnert fad28df7d6 first working version of next-state generator for PRISM models 9 years ago
Mavo e9b4f06972 Better assertions in BitVector 9 years ago
Mavo f6374c60f8 Bitte ein Bit 9 years ago
dehnert a75e0f5323 more work wrt cleaner model exploration 9 years ago
Mavo c5214c6aba Removed unused include 9 years ago
dehnert 33757633c8 first version of conditional probabilities for (non-parametric) DTMCs a la Baier 9 years ago
sjunges 0cdca6a5fc BitVector iterator += 10 years ago
dehnert 27e06940a9 templated all explicit parsers so that they may now be modified to produce non-double models 10 years ago
sjunges ebab145180 use default bitvector move, which is fine 10 years ago
sjunges d4ba7905fa Extra constructor for simple testing. 10 years ago
dehnert 56b4f53ce7 got rid of more warnings 10 years ago
sjunges fd3ffafcd9 First version of the monolithic state space generation 10 years ago
dehnert a1dae8849e Reworked (sparse) model files: moved them into their own namespace and deleted some functionality that is never used and not that nicely implemented. 10 years ago
dehnert f49d89144e Fixed issue that could cause wrong models to be generated. 10 years ago
dehnert 5e37c09fc0 Fixed some bugs. 10 years ago
dehnert 231d2223a9 Model building works again (more or less) 10 years ago
dehnert 6f2916d557 Adapted the explicit model generator to the new hash map. Surprise: doesn't work yet. 10 years ago
dehnert 26e9eac934 Added another convenience operation to bit vector class. 10 years ago
dehnert 827839e7fd Changed internal representation of bit vector slightly, adjusted all operations. New bit vector operation runs fine now. 10 years ago
dehnert 43d77e0adc Wrote tests for the new necessary bit vector operations (they fail, because the bit vector is organized in a weird way and needs to be restructured.) 10 years ago
dehnert 30f78b0a99 Intermediate commit. Started improving explicit model adapter performance. 10 years ago
dehnert 53196f5610 Created bit vector hash map and some necessary bit vector methods. 10 years ago
dehnert b77772b242 Fixed some minor issues. 10 years ago
dehnert 5bc593174e Further work on weak bisimulation. 11 years ago
dehnert 56aec18a48 Added bisimulation settings. Further work on weak bisimulation. 11 years ago
sjunges 0eb13c6415 fixed a lot of unused variable warnings 11 years ago
dehnert 35d16a1191 Replaced VectorSet bei boost::container::flat_set, which does essentially the same. Fixed a bug in sparse matrix creation. 11 years ago
dehnert d5cadc0f4b Finalized interface of bit vector. Added unit tests for all methods of the bit vector. 11 years ago
dehnert 30322ec57d Now officially made the iterator over bit vectors an input iterator so that it can be used for constructing STL containers and other containers. 11 years ago
dehnert 07fbff7a07 Started refactoring bit vector class. 11 years ago