Added to-do.

This commit is contained in:
Patrick Lühne 2016-06-04 17:52:37 +02:00
parent e561c55f73
commit ee597c805e

View File

@ -336,6 +336,7 @@ void Domain::checkConsistency()
// Verify that all variables have types
// Verify that constants are unique
// Verify that all primitive types are unique
// Check for case-sensitivity issues
}
////////////////////////////////////////////////////////////////////////////////////////////////////