aboutsummaryrefslogtreecommitdiff
path: root/C#/Equations.cs
diff options
context:
space:
mode:
Diffstat (limited to 'C#/Equations.cs')
-rw-r--r--C#/Equations.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/C#/Equations.cs b/C#/Equations.cs
index b7165af..db09e93 100644
--- a/C#/Equations.cs
+++ b/C#/Equations.cs
@@ -92,6 +92,7 @@ namespace Equasions {
* Problems with this algorithm:
*
* I. Incomplete answers:
- * 2 2 2 2 2 2 Answer is (any;any) only when 0 <= x <= 2 and y = 2 - x
+ * (all cases where all numbers are the same)
+ * 2 2 2 2 2 2 Gives (any;any) answer, but that is only correct if it solves the equasion
*/