14 lines
351 B
14 lines
351 B
#ifndef STORM_LOGIC_INSTANTANEOUSREWARDFORMULA_H_
|
|
#define STORM_LOGIC_INSTANTANEOUSREWARDFORMULA_H_
|
|
|
|
#include "src/properties/logic/PathRewardFormula.h"
|
|
|
|
namespace storm {
|
|
namespace logic {
|
|
class InstantaneousRewardFormula : public PathRewardFormula {
|
|
|
|
};
|
|
}
|
|
}
|
|
|
|
#endif /* STORM_LOGIC_INSTANTANEOUSREWARDFORMULA_H_ */
|