Browse Source

Fixed compile issue

Former-commit-id: a58c76d175
tempestpy_adaptions
Mavo 9 years ago
parent
commit
017fa19281
  1. 3
      src/solver/stateelimination/StateEliminator.cpp
  2. 5
      src/solver/stateelimination/StateEliminator.h

3
src/solver/stateelimination/StateEliminator.cpp

@ -1,7 +1,6 @@
#include "src/solver/stateelimination/StateEliminator.h" #include "src/solver/stateelimination/StateEliminator.h"
#include "src/storage/BitVector.h" #include "src/storage/BitVector.h"
#include "src/adapters/CarlAdapter.h"
#include "src/utility/constants.h" #include "src/utility/constants.h"
#include "src/utility/macros.h" #include "src/utility/macros.h"
#include "src/exceptions/InvalidStateException.h" #include "src/exceptions/InvalidStateException.h"
@ -256,4 +255,4 @@ namespace storm {
} // namespace stateelimination } // namespace stateelimination
} // namespace storage } // namespace storage
} // namespace storm
} // namespace storm

5
src/solver/stateelimination/StateEliminator.h

@ -4,6 +4,9 @@
#include "src/storage/FlexibleSparseMatrix.h" #include "src/storage/FlexibleSparseMatrix.h"
#include "src/storage/SparseMatrix.h" #include "src/storage/SparseMatrix.h"
#include "src/storage/sparse/StateType.h" #include "src/storage/sparse/StateType.h"
#include "src/models/sparse/Dtmc.h"
#include "src/models/sparse/StandardRewardModel.h"
#include "src/adapters/CarlAdapter.h"
#include "src/modelchecker/reachability/SparseDtmcEliminationModelChecker.h" #include "src/modelchecker/reachability/SparseDtmcEliminationModelChecker.h"
namespace storm { namespace storm {
@ -39,4 +42,4 @@ namespace storm {
} // namespace storage } // namespace storage
} // namespace storm } // namespace storm
#endif // STORM_SOLVER_STATEELIMINATION_STATEELIMINATOR_H_
#endif // STORM_SOLVER_STATEELIMINATION_STATEELIMINATOR_H_
Loading…
Cancel
Save