You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method ProblemBuilder.create()(...).defineProblemWithoutExplicitActions().useTransitionFunction() should accept TransitionFunction<Void, S> instead of the restrictive type StateTransitionFunction<S>
The text was updated successfully, but these errors were encountered:
Method
ProblemBuilder.create()(...).defineProblemWithoutExplicitActions().useTransitionFunction()
should acceptTransitionFunction<Void, S>
instead of the restrictive typeStateTransitionFunction<S>
The text was updated successfully, but these errors were encountered: