Matthias Volk
f9114bb54d
Use name + id for getting unique json element
8 years ago
Matthias Volk
cc4d2f27d4
Initialize layoutInfo with default values to fix warning
8 years ago
Sebastian Junges
a57c749f72
topo sort for dependencies (stupid way..)
8 years ago
Sebastian Junges
87b6182ea3
build n-ary pdeps for transformation
8 years ago
Sebastian Junges
0d010fa6dc
dependencies as children are dummy output
8 years ago
sjunges
d35bc5ed36
n-ary pdeps supported as a datastructure
8 years ago
sjunges
a5c7057fc3
quickfix for setting layout info only when available (review tomorrow)
8 years ago
sjunges
a42703a49a
towards support for n-ary pdeps
8 years ago
Matthias Volk
63d594fb45
Rudimentary DFT parser from Cytoscape's JSON
8 years ago
Sebastian Junges
349b0404ba
restrictions are now topo-sorted correctly
8 years ago
Sebastian Junges
0bf00ff7ac
preparations for support of exclusive pand and por
8 years ago
sjunges
112fb8f61e
moving dfts to their own lib and cli
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
464a497093
smt checker v1, and better error messages
Former-commit-id: ab7391e85d
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.
src/storage/bisimulation/NondeterministicModelBisimulationDecomposition.cpp: Replaced "auto state = 0" with decltype declaration. This solves an issue where state is always signed, but should be unsigned.
src/storage/dft/DFTBuilder.cpp: Added a static_cast to enforce proper conversion to size_t and silence the signed/unsigned comparison warning.
Former-commit-id: 7a1a4c1f45
9 years ago
Mavo
c8521f0de3
Changed more assert to STORM_LOG_ASSERT
Former-commit-id: b42fe54f45
9 years ago
Mavo
1b6137cc5d
Changed some assert to STORM_LOG_ASSERT
Former-commit-id: 04c320dac9
9 years ago
Mavo
869b0f95d1
Support for pdeps with more than one child
Former-commit-id: f3de8f2abd
9 years ago
Mavo
4db05a7c20
Fixed bug with wrong dormancyFactor when copying elements
Former-commit-id: 3c2ddcc08a
9 years ago
Mavo
28a49659db
Small fixes
Former-commit-id: ee8ef605c3
9 years ago
Mavo
52573c90ca
Copy DFT
Former-commit-id: 97eb17a5d9
9 years ago
sjunges
a204ac3a66
added a comment
Former-commit-id: 19a026c3f9
9 years ago
sjunges
73c88a4faf
update on restrictions
Former-commit-id: 5b14895f07
9 years ago
sjunges
084bc26a5f
fixed some things with respect to SEQs
Former-commit-id: 8460c4b5a5
9 years ago
sjunges
dde9af6c44
mergeFailedStates and some updates for SEQs
Former-commit-id: 128a7e0da5
9 years ago
sjunges
2a2eefa956
towards restrictions
Former-commit-id: e3baec90ea
9 years ago
sjunges
ca77078a9c
Deterministic Building for DFTs
Former-commit-id: bb669a034e
9 years ago
Mavo
2e4afbc69b
Ingoing and outgoing dependencies
Former-commit-id: 191acc897b
9 years ago
Mavo
5655766d36
Small changes
Former-commit-id: cc2a75289e
9 years ago
Mavo
c78d9ff802
Fixed problems with pdeps
Former-commit-id: c46c88b177
9 years ago
sjunges
0e38738e09
DFT element types and some extensions to the elements API
Former-commit-id: cb70dee35a
9 years ago
Mavo
e38648f6a7
FDeps are parsed and constructed but not used yet
Former-commit-id: fbd2a95f9c
9 years ago
sjunges
ff69fcab98
refactored DFTElementType, fixed some minor things
Former-commit-id: d147e03bd7
9 years ago
Mavo
d7e3d10272
Small refactoring
Former-commit-id: c800918d3e
9 years ago
Mavo
7dd1bb67ea
Some refactoring
Former-commit-id: 95441da721
9 years ago
Mavo
6e2f5602e1
Finished templating
Former-commit-id: 7225717fdb
9 years ago
Mavo
7737205149
More refactoring with templates
Former-commit-id: 6b614ed7f3
9 years ago
Mavo
4343b5b980
Refactored some classes into templates
Former-commit-id: b495cf93d4
9 years ago
Mavo
4ae86c76f9
Output uses logger now
Former-commit-id: bb5061ccd4
9 years ago
Mavo
4c1d71fc91
Fixed compile warnings
Former-commit-id: 62ef59c239
9 years ago
Mavo
4bd59b8649
Small formatting changes
Former-commit-id: 08eb57a9b0
9 years ago
sjunges
fd3ffafcd9
First version of the monolithic state space generation
Former-commit-id: fab8f6e356
10 years ago