Matthias Volk

Results 86 comments of Matthias Volk

I am also in favour of using features from std whenever possible.

As a follow-up, other constructs such as `boost::any` can possibly also be replaced.

I personally would prefer the former. Then we have one dedicated commit which changes this behaviour, and we can also make sure that certain constructs are not occurring anymore. Otherwise,...

Just for clarification: using stormpy is not an option?

Can you give us some details which type of algorithm you plan to add? Then we can give you some suggestions and pointers. An overview of some developer guidelines can...

Just for (my) documentation: - traces can also be viewed with [Firefox profiler](https://profiler.firefox.com/), [Speedscope](https://www.speedscope.app/) or [Perfetto](https://ui.perfetto.dev). - [ninjatracing](https://github.com/nico/ninjatracing) for creating json files from ninja build log

I can rerun the jobs for some reason. Let's see whether it works the second time.

LGTM but there is an `#include ` missing, see CI.

The formula is not supported in your Storm installation because the Spot library is missing. Spot provides support for LTL formula. You could reinstall Storm with support for Spot (How...

I am happy to hear that rewriting the formula allowed you to perform the analysis. Regarding building your own models: After you have built the transition matrix and other components...