Skip to content

Commit

Permalink
rational function inclusion to reflect changes in main storm
Browse files Browse the repository at this point in the history
  • Loading branch information
sjunges committed May 22, 2024
1 parent 8c6ecc5 commit a23b688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/logic/formulae.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "storm/logic/CloneVisitor.h"
#include "storm/logic/LabelSubstitutionVisitor.h"
#include "storm/storage/expressions/Variable.h"
#include "storm/adapters/RationalNumberAdapter.h"


void define_formulae(py::module& m) {
Expand Down
1 change: 1 addition & 0 deletions src/storage/model.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "model.h"
#include "state.h"

#include "storm/adapters/RationalFunctionAdapter.h"
#include "storm/models/ModelBase.h"
#include "storm/models/sparse/Model.h"
#include "storm/models/sparse/Dtmc.h"
Expand Down

0 comments on commit a23b688

Please sign in to comment.