You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
218 B
23 lines
218 B
/*
|
|
* RewardModel.h
|
|
*
|
|
* Created on: 04.01.2013
|
|
* Author: chris
|
|
*/
|
|
|
|
#ifndef REWARDMODEL_H_
|
|
#define REWARDMODEL_H_
|
|
|
|
namespace storm {
|
|
|
|
namespace ir {
|
|
|
|
class RewardModel {
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif /* REWARDMODEL_H_ */
|