Browse Source
Removed several unnecessary forward declarations of ConstantsComparator.
tempestpy_adaptions
Tim Quatmann
4 years ago
No known key found for this signature in database
GPG Key ID: 6EDE19592731EEC3
4 changed files with
0 additions and
15 deletions
-
src/storm/builder/ExplicitModelBuilder.h
-
src/storm/storage/bisimulation/BisimulationDecomposition.h
-
src/storm/storage/bisimulation/DeterministicModelBisimulationDecomposition.h
-
src/storm/storage/bisimulation/NondeterministicModelBisimulationDecomposition.h
|
@ -32,9 +32,6 @@ |
|
|
#include "storm/generator/VariableInformation.h" |
|
|
#include "storm/generator/VariableInformation.h" |
|
|
|
|
|
|
|
|
namespace storm { |
|
|
namespace storm { |
|
|
namespace utility { |
|
|
|
|
|
template<typename ValueType> class ConstantsComparator; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
namespace builder { |
|
|
namespace builder { |
|
|
|
|
|
|
|
|
|
@ -16,10 +16,6 @@ |
|
|
#include "storm/utility/ConstantsComparator.h" |
|
|
#include "storm/utility/ConstantsComparator.h" |
|
|
|
|
|
|
|
|
namespace storm { |
|
|
namespace storm { |
|
|
namespace utility { |
|
|
|
|
|
template <typename ValueType> class ConstantsComparator; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
namespace logic { |
|
|
namespace logic { |
|
|
class Formula; |
|
|
class Formula; |
|
|
} |
|
|
} |
|
|
|
@ -5,10 +5,6 @@ |
|
|
#include "storm/storage/bisimulation/DeterministicBlockData.h" |
|
|
#include "storm/storage/bisimulation/DeterministicBlockData.h" |
|
|
|
|
|
|
|
|
namespace storm { |
|
|
namespace storm { |
|
|
namespace utility { |
|
|
|
|
|
template <typename ValueType> class ConstantsComparator; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
namespace storage { |
|
|
namespace storage { |
|
|
|
|
|
|
|
|
/*! |
|
|
/*! |
|
|
|
@ -7,10 +7,6 @@ |
|
|
#include "storm/storage/DistributionWithReward.h" |
|
|
#include "storm/storage/DistributionWithReward.h" |
|
|
|
|
|
|
|
|
namespace storm { |
|
|
namespace storm { |
|
|
namespace utility { |
|
|
|
|
|
template <typename ValueType> class ConstantsComparator; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
namespace storage { |
|
|
namespace storage { |
|
|
|
|
|
|
|
|
/*! |
|
|
/*! |
|
|