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

Add backend option to exp in discretization #685

Open
mforets opened this issue Mar 31, 2023 · 1 comment
Open

Add backend option to exp in discretization #685

mforets opened this issue Mar 31, 2023 · 1 comment
Labels
refactors Code refactors

Comments

@mforets
Copy link
Member

mforets commented Mar 31, 2023

No description provided.

@mforets mforets added the refactors Code refactors label Mar 31, 2023
@mforets mforets changed the title Unify exp and backend options in discretization Add backend option to exp in discretization Mar 31, 2023
@schillic
Copy link
Member

schillic commented Apr 22, 2023

An alternative is to use the functionality for controlling the backend through LazySets.

julia> ReachabilityAnalysis.LazySets.set_exponential_backend!(ExponentialUtilities)
Val{:ExponentialUtilities}()

julia> ReachabilityAnalysis.LazySets.set_exponential_backend!(Expokit)
Val{:Expokit}()

I have prepared #704.

The only thing to consider is to add the function set_exponential_backend! to ReachabilityAnalysis so you do not have to write this long command. Note that LazySets does not export the function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactors Code refactors
Projects
None yet
Development

No branches or pull requests

2 participants