Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abstracting CallbackManager #3

Open
RobinDavid opened this issue May 17, 2023 · 0 comments
Open

Abstracting CallbackManager #3

RobinDavid opened this issue May 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@RobinDavid
Copy link
Collaborator

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.

@RobinDavid RobinDavid added the enhancement New feature or request label May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant