Added constraints derived from SAS variables to ASP output and fixed mutex group constraints.

This commit is contained in:
2016-05-22 16:35:57 +02:00
parent 97eaff0535
commit 4258dfcfd0
3 changed files with 54 additions and 17 deletions

View File

@@ -41,6 +41,7 @@ struct Value
public:
void printAsSAS(std::ostream &ostream) const;
void printAsASP(std::ostream &ostream) const;
void printAsASPCommaSeparated(std::ostream &ostream) const;
Sign sign() const;
const std::string &name() const;