We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are three ways we define fallback functions without implementation. I think we should use the same way consistently.
LazySets.jl/src/Interfaces/ConvexSet.jl
Line 174 in 9fdf5e8
Lines 793 to 795 in 9fdf5e8
false
true
LazySets.jl/src/Interfaces/LazySet.jl
Line 152 in 9fdf5e8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are three ways we define fallback functions without implementation. I think we should use the same way consistently.
LazySets.jl/src/Interfaces/ConvexSet.jl
Line 174 in 9fdf5e8
LazySets.jl/src/Interfaces/ConvexSet.jl
Lines 793 to 795 in 9fdf5e8
false
as conservative answer (of course this only applies to functions that returntrue
/false
):LazySets.jl/src/Interfaces/LazySet.jl
Line 152 in 9fdf5e8
The text was updated successfully, but these errors were encountered: