dehnert
8e8fc34c30
fixed some TBB-related issues and added power method for linear equation systems
9 years ago
dehnert
c5134c364f
Extraction and update of TBB-parallelized stuff
9 years ago
dehnert
5440d164b2
started on Walker-Chae algorithm
9 years ago
dehnert
3c844a487f
some more optimizations
9 years ago
dehnert
5fafe835cb
started on some optimizations for conditionals in MDPs
9 years ago
dehnert
9bda631795
symbolic MDP helper respecting solver requirements
9 years ago
dehnert
7c24607427
started on symbolic solver requirements
9 years ago
dehnert
a3cbaedcc1
intermediate commit to switch workplace
9 years ago
dehnert
4adee85fa5
added checking requirements of MinMax solvers to model checker helpers
9 years ago
TimQu
2d2cc95774
fixed issue #12 raised by Joachim Klein
9 years ago
sjunges
12c79ad6ea
export choice labels
9 years ago
dehnert
d23547d99f
started optimizing some DdManager methods
9 years ago
dehnert
d0cf2ef57b
update to version 1.4.0 of sylvan
9 years ago
TimQu
9ca14a54fc
templated the LpSolvers
9 years ago
TimQu
5fdb03440d
First version of LpMinMaxLinearEquationSolver
9 years ago
Matthias Volk
7330f1659e
Set development flag for Storm version
9 years ago
Sebastian Junges
53a2723e0c
storm pars result moved from storm to storm pars
9 years ago
Sebastian Junges
c46ce03e60
make storm compile with latest version of carl
9 years ago
TimQu
c7b83ffb5f
moved parameter lifting related code out of the main library/executable
9 years ago
TimQu
b1f4dfd9d1
Fixed restoring the value of std::cout.fill() after setting it to '0'
9 years ago
TimQu
2f49255db6
Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization.
9 years ago
TimQu
ecf3c7e996
reverted renaming of LabelSetGenerators to CommandSetGenerators. Potentially, these generators work for arbitrary sets of labels, not just for sets of Prism commands.
9 years ago
TimQu
dcd9319ba4
fixed a convertNumber instantiation
9 years ago
dehnert
179cd8308e
remove old API files
9 years ago
dehnert
ea02ea0838
started overhaul of cli/api
9 years ago
TimQu
9f894667eb
Fixed DRN exporter/parser: MAs are not supported as there is no indication for Markovian choices
9 years ago
TimQu
e7a8357ee6
Fixed some tests
9 years ago
TimQu
576f92568e
StateValuations and ChoiceOrigins are now members of a sparse::Model.
A model can now be constructed by providing a modelComponents struct.
9 years ago
dehnert
f0f4cd7390
first version of sparse quotient extraction for dd bisimulation
9 years ago
TimQu
8dfa141a4a
Exporting .dot for explicit input.
removed duplicated code for explicit input with parametric engine
9 years ago
TimQu
77a90184e7
building choice labeling when the corresponding option is given
9 years ago
TimQu
dc079b3196
moved a function to graph.h
9 years ago
TimQu
bf97d79573
moved building the choice origin strings into the ChoiceOrigins class
9 years ago
TimQu
db31c1cb11
improved .dot export of models with choice labeling
9 years ago
TimQu
6537fd8b72
Replaced the old choice labeling with the new one and used choice origins for the minimal command set counterexample generators
9 years ago
TimQu
759e351e95
Improved explicit model building:
- There is now an option to generate a choice labeling that corresponds to the specified action names.
- The old choice labeling (where each choice was labeled with an index set representing the corresponding prism commands) is renamed to choiceOrigins and has been improved towards support of other input formats (such as Jani) and other applications such as scheduler synthesis
9 years ago
TimQu
25074b50a9
Added function to get the next unset bit in a bitvector
9 years ago
TimQu
4413afb542
used new helper functions at some points in the code
9 years ago
TimQu
8a7609fb83
fixed Rmin computation with exact sparse engine when very high rewards occur
9 years ago
dehnert
7f346d2f0b
more work on quotient extraction
9 years ago
Sebastian Junges
5c7d3db743
towards proper side constraints for parametetric systems
9 years ago
TimQu
267768a5b6
enabled markov automata with rationals
9 years ago
TimQu
2931436201
added utility functions for end component analysis
9 years ago
TimQu
a887fd9224
added possibiliy to perfromProbGreater0A only for a selected set of choices
9 years ago
Sebastian Junges
0b2a8d1adf
fixed comments and names of arguments in file.h for consistency
9 years ago
TimQu
3f9aa29db2
Fixed compilation with gmp as rationalNumber/ rationalFunctionCoefficient
9 years ago
dehnert
03ad4c2783
first version of symbolic bisimulation minimization
9 years ago
dehnert
86a783de92
two more fixes for issues pointed out by Tim: concurrency bug in sylvan and bug in symbolic quantitative check result
9 years ago
dehnert
4e1855a440
use of intermediate value to make conversion work with gmp
9 years ago
TimQu
a896c0df28
improved exact computations
9 years ago