Added accessor for action costs usage.
This commit is contained in:
@@ -58,6 +58,13 @@ Description Description::fromFile(const boost::filesystem::path &path)
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
bool Description::usesActionCosts() const
|
||||
{
|
||||
return m_usesActionCosts;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
const std::vector<Variable> &Description::variables() const
|
||||
{
|
||||
return m_variables;
|
||||
|
Reference in New Issue
Block a user