Added to-do.
This commit is contained in:
parent
cac555ea42
commit
1840b200d5
@ -85,6 +85,7 @@ void TranslatorASP::translate(std::ostream &ostream) const
|
|||||||
std::for_each(fluents.cbegin(), fluents.cend(),
|
std::for_each(fluents.cbegin(), fluents.cend(),
|
||||||
[&](const auto *fluent)
|
[&](const auto *fluent)
|
||||||
{
|
{
|
||||||
|
// TODO: Handle 0-ary predicates
|
||||||
ostream << "fluent(" << *fluent << ")." << std::endl;
|
ostream << "fluent(" << *fluent << ")." << std::endl;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user