However it contnues to generate more variants , Why does that happen? Shouldn't it stop iterating
Also , couple of questions:
If there are multiple suspicious statements with various suspicious value, which is the .java file in which a selection of these statements are done to create new variants.
When there is a tie between the suspicious values, how is the choice done?
Which .java writes the variant to the folder for saveall:true option (I am trying to check the various variants generated)
package gcd;
public class GCD {
}
13:20:52 [main] INFO Line:452 AstorCoreEngine - -Found Solution, child variant #6
However it contnues to generate more variants , Why does that happen? Shouldn't it stop iterating
Also , couple of questions: