Enforcing variables to have exactly (and not at most) one value.

This commit is contained in:
2016-05-23 01:02:45 +02:00
parent 081b604c40
commit 401c4069bd
3 changed files with 35 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ struct Value
static const Value &referenceFromSAS(std::istream &istream, const Variable &variable);
public:
Value negated() const;
void printAsSAS(std::ostream &ostream) const;
void printAsASP(std::ostream &ostream) const;
void printAsASPPredicateBody(std::ostream &ostream) const;