Claudio Gomes 5 years ago
parent
commit
ecb0df0f14

+ 1 - 1
HintCOEngine/src/ua/ansymo/hintco/CandidatesGenerator.xtend

@@ -119,7 +119,7 @@ class CandidatesGenerator {
 		println()
 	}
 	
-	// TODO: Break this method into multiple methods: generation of contratins, propagation of constraints, etc...
+	// TODO: Break this method into multiple methods: generation of constraints, propagation of constraints, etc...
 	// Leave the recursive calls here!
 	def private int recGenerateVariants(Deque<VariantDiagram> ns, 
 										HintConfiguration cs, 

+ 1 - 0
HintConfiguration/.gitignore

@@ -3,3 +3,4 @@
 /xtend-gen-test/
 
 .metadata/
+/bin/