Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ifndefJOSH committed May 24, 2022
2 parents d937607 + dcc4d97 commit a9e9d85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stamina/StaminaModelBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -640,10 +640,13 @@ StaminaModelBuilder<ValueType, RewardModelType, StateType>::connectTerminalState
StaminaMessages::errorAndExit("Did not add to transition matrix!");
}
}
namespace stamina {

// Explicitly instantiate the class.
template class StaminaModelBuilder<double, storm::models::sparse::StandardRewardModel<double>, uint32_t>;

}

template <typename StateType>
bool stamina::set_contains(std::unordered_set<StateType> current_set, StateType value) {
auto search = current_set.find(value);
Expand Down

0 comments on commit a9e9d85

Please sign in to comment.