Something about the Triangle.class in the package of org.avmframework.examples.inputdatageneration.triangle
From Line 33 to Line 37, if it is in the scenario of num1 being equal to num2 but num2 is not equal to num3, the logic will regard the triangle as SCALENE, but actually, it should be ISOSCELES (num1 = num2).

Something about the
Triangle.classin the package oforg.avmframework.examples.inputdatageneration.triangleFrom Line 33 to Line 37, if it is in the scenario of num1 being equal to num2 but num2 is not equal to num3, the logic will regard the triangle as SCALENE, but actually, it should be ISOSCELES (num1 = num2).
