solve-classic
0.20.9
solve-classic
/
it.unibo.tuprolog.solve.classic
/
MutableSolutionIterator
/
Companion
/
of
of
@
JvmStatic
@
JvmOverloads
fun
of
(
initialState
:
State
,
hijackStateTransitionCallback
:
(
State
,
State
,
Long
)
->
State
=
{ _, dest, _ -> dest }
,
onStateTransitionCallback
:
(
State
,
State
,
Long
)
->
Unit
=
{ _, _, _ -> }
)
:
SolutionIterator
Content copied to clipboard