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
At the moment to register a callback one, have to call the appropriate method of the CallbackManager object,
either through:
the SymbolicExecutor with se.cbm
the SymbolicExplorator with dse.callback_manager
From a user API perspective it would be better to directly calling the write registration function directly on the SymbolicExecutor or the SymbolicExplorator.
What to do: Write an interface class and making SymbolicExecutor and SymbolicExplorator to implement. it.
The text was updated successfully, but these errors were encountered:
At the moment to register a callback one, have to call the appropriate method of the
CallbackManager
object,either through:
SymbolicExecutor
withse.cbm
SymbolicExplorator
withdse.callback_manager
From a user API perspective it would be better to directly calling the write registration function directly on the
SymbolicExecutor
or theSymbolicExplorator
.What to do: Write an interface class and making SymbolicExecutor and SymbolicExplorator to implement. it.
The text was updated successfully, but these errors were encountered: