sjunges
fa9e33da59
option for print timings
Former-commit-id: 845ce83bda
8 years ago
dehnert
4f54759f38
intermediate commit [fixing bottom states/transitions]
Former-commit-id: d457ce2fb4
8 years ago
dehnert
1280c88b4f
renamed prob branching variables to aux variables in preparation for proper bottom state creation in game abstraction
Former-commit-id: e855b14b46
8 years ago
PBerger
e509cc3489
Merge remote-tracking branch 'remotes/origin/menu_games' into sylvanRationalFunctions
Former-commit-id: 02f2314c3f
8 years ago
dehnert
1be735ec1b
fixed tests in response to 'fixing' flattenModules
Former-commit-id: 07f28fb20a
8 years ago
PBerger
2a51f16b58
Merge remote-tracking branch 'remotes/origin/menu_games' into sylvanRationalFunctions
Former-commit-id: 4d6b82104d
8 years ago
dehnert
b3e77730a9
added uniqueness mechanism in flattenModules to compensate for missing uniqueness in allsat of solvers
Former-commit-id: b4ebd17f68
8 years ago
PBerger
a1f8382af6
Merge remote-tracking branch 'remotes/origin/menu_games' into sylvanRationalFunctions
# Conflicts:
# test/functional/storage/PrismProgramTest.cpp
Former-commit-id: d7802745d9
8 years ago
dehnert
b14f866e01
added more flatten tests
Former-commit-id: 7e35a90c88
8 years ago
dehnert
3e9f9552b1
fixed tests: using shared_ptr instead of unique_ptr for SMT solver factory in abstraction
Former-commit-id: 6159a20565
8 years ago
PBerger
81311690ab
Fixed errors because of changed API.
Former-commit-id: 7f771dc576
8 years ago
PBerger
2de905fd5f
Merge remote-tracking branch 'remotes/origin/menu_games' into sylvanRationalFunctions
# Conflicts:
# src/abstraction/MenuGameAbstractor.cpp
# src/abstraction/prism/AbstractCommand.cpp
Former-commit-id: 032244f923
8 years ago
PBerger
4fff7b39ef
Added template instanziation for storm::RationalFunction.
Added a test for Prism AbstractPrograms with storm::RationalFunction.
Former-commit-id: 5a696149cb
8 years ago
dehnert
4f7eaa0a43
some more work towards abstraction refinement
Former-commit-id: 360cb016c3
8 years ago
sjunges
2a1c317363
removed debug output from cmake
Former-commit-id: f443a42ba9
8 years ago
sjunges
ba81925c1d
renamed smt2smtsolver to smtlibsmtsolver and cleaned make files
Former-commit-id: 78c74dc9a5
8 years ago
sjunges
9d3ffe2792
Merge branch 'future' into merge-pla
Former-commit-id: 5a4019d573
8 years ago
sjunges
19bf801456
Fixed MDP tests
Former-commit-id: 058bcbc4c6
8 years ago
sjunges
46ee949cd4
auto-create source groups
Former-commit-id: 8772c5498f
8 years ago
dehnert
aca21eaf18
commit to switch workplace (no, not now)
Former-commit-id: b725946b28
8 years ago
sjunges
d97b0b2897
cleaned tests
Former-commit-id: 8d376e3c75
8 years ago
sjunges
434f1a4903
obtain scheduler from value iteration
Former-commit-id: ef976fbd6e
8 years ago
sjunges
507952df4e
register smt2lib settings
Former-commit-id: 4da50b02bf
8 years ago
sjunges
b6465020a2
towards working tests in pla
Former-commit-id: 3542f8a1d0
8 years ago
dehnert
2d05555967
added abstraction settings and menu game abstractor
Former-commit-id: 4cac25ac94
8 years ago
dehnert
28d2471d4d
started on menu game abstractor interface
Former-commit-id: 73ca717aec
8 years ago
PBerger
595d9b4293
Merge branch 'menu_games' of https://sselab.de/lab9/private/git/storm into sylvanRationalFunctions
# Conflicts:
# src/abstraction/AbstractionDdInformation.cpp
# src/abstraction/AbstractionDdInformation.h
# src/abstraction/AbstractionExpressionInformation.cpp
# src/abstraction/AbstractionExpressionInformation.h
# src/abstraction/AbstractionInformation.cpp
Former-commit-id: 9def06e790
8 years ago
dehnert
7df822967c
all abstraction tests working again
Former-commit-id: 9de7beb2b6
8 years ago
PBerger
428d21cdee
Made code compile with GCC:
- Added cstdint for uint_fast64_t where necessary.
- Moved and/or replaced includes for Expression headers, since std::pair required the concrete implementation and not only the stub.
- Added newlines at the end of .cpp files.
Former-commit-id: 72b57ce513
8 years ago
PBerger
1d3bb3010d
Fixed merge mistake in InternalSylvanDdManager.cpp
Former-commit-id: 5919f2402e
8 years ago
dehnert
7a4d3740de
some more work, not fully working again (yet)
Former-commit-id: 32c8c6eb7e
8 years ago
PBerger
6873bd7d17
Merge remote-tracking branch 'remotes/origin/menu_games' into sylvanRationalFunctions
# Conflicts:
# src/storage/dd/sylvan/InternalSylvanDdManager.cpp
# src/storage/dd/sylvan/InternalSylvanDdManager.h
# test/functional/storage/SylvanDdTest.cpp
Former-commit-id: 00e08e2014
8 years ago
dehnert
c1953cda46
started refactoring of abstraction
Former-commit-id: 72d9fc9fab
8 years ago
PBerger
0717ffe053
Added AND_EXISTS to sylvan+RationalFunction
Former-commit-id: 7b462145cf
9 years ago
sjunges
2637d51afc
set formula
Former-commit-id: e5d9a4ca30
9 years ago
sjunges
b243057884
fix in eliminateAll
Former-commit-id: 93f753d148
9 years ago
sjunges
04cb930bda
removed copied debug output at a silly place
Former-commit-id: 27946240f5
9 years ago
sjunges
4e0f4e8e5a
add region settings
Former-commit-id: 7f2680e126
9 years ago
sjunges
9632ca9f6f
fixed tests
Former-commit-id: c14b7234e2
9 years ago
sjunges
0ef2b55c75
made some region settings attribute to the model checker instead of global
Former-commit-id: e53ca96760
9 years ago
sjunges
548ba8bbeb
somehow managed my way through the policy guessing, several minor extensions to solvers
Former-commit-id: c4bb6453e7
9 years ago
sjunges
1fbe7bf5f4
Merge branch 'future' into merge-pla
Former-commit-id: f5c6f0a082
9 years ago
sjunges
6fed20e097
l3pp specific commit, avoid requiring internet connection
Former-commit-id: 38a40f13e9
9 years ago
sjunges
051ad702a7
solvers updated, constants updated
Former-commit-id: 011251c695
9 years ago
dehnert
b67e3d6e7b
added 'convergence' (rather success) checks for Eigen solver
Former-commit-id: 25a6fb1d77
9 years ago
sjunges
b826ac92ac
updated setting modules to new interface
Former-commit-id: 2616fa8884
9 years ago
sjunges
a5c09fa801
extended eliminator interface, merged model checking part
Former-commit-id: 5e0028c937
9 years ago
sjunges
f453f33d64
Merge branch 'future' into merge-pla
Former-commit-id: 4208a88a7b
9 years ago
sjunges
ee4cb38d43
lra into multivalueeliminator
Former-commit-id: 981aebe161
9 years ago
sjunges
31228486d3
towards merging, including a extension on the pstateeliminator, come back after generalizing the lra eliminator
Former-commit-id: 8ce98b8287
9 years ago