return"Try to find a state for which the given predicate is true (in addition to the machine's invariant).";
}
@Override
public@NotNullStringgetHelpBody(){
return"If such a state is found, it is made the current state, otherwise an error is displayed.\n\nNote that this command does not necessarily find a valid *trace* to the found state. Instead, in some cases a single \"fake\" transition is added to the trace, which goes directly to the found state and does not use the machine's operations to reach it.";