if we create a new strategy without the strategy group it does not appear in the JUCMNav editor grl BasicStrategy{ softGoal A; ``` strategy SelectFirst { A = 100; } ``` }
if we create a new strategy without the strategy group it does not appear in the JUCMNav editor
grl BasicStrategy{
softGoal A;
}