static S ai_solveQuestionInSubSpace(T3 seed, T3 lookingFor, double maxSeconds) { ret evalWithTimeOut(func { ai_solveQuestionInSubSpace_noTimeOut(seed, lookingFor), maxSeconds).a; }