-
Notifications
You must be signed in to change notification settings - Fork 33
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
Membership between singleton and lazy m-sum #1793
Labels
Comments
I think this is the same as #1562. |
The method that failed can be handled more simply without ICP, as [1] in(::Array{Float64,1}, ::MinkowskiSum{Float64,Singleton{Float64,Array{Float64,1}},BallInf{Float64}}) at ./operators.jl:1055 can be decided by checking if the point |
mforets
added a commit
that referenced
this issue
Nov 27, 2019
* add membership for msum of singleton and set * Update src/LazyOperations/MinkowskiSum.jl Co-Authored-By: Christian Schilling <[email protected]> * Update src/LazyOperations/MinkowskiSum.jl Co-Authored-By: Christian Schilling <[email protected]> * Update src/LazyOperations/MinkowskiSum.jl Co-Authored-By: Christian Schilling <[email protected]> * Update src/LazyOperations/MinkowskiSum.jl Co-Authored-By: Christian Schilling <[email protected]> * extend to abstract singleton * Update src/LazyOperations/MinkowskiSum.jl Co-Authored-By: Christian Schilling <[email protected]> * Update src/LazyOperations/MinkowskiSum.jl Co-Authored-By: Christian Schilling <[email protected]> * Update src/LazyOperations/MinkowskiSum.jl Co-Authored-By: Christian Schilling <[email protected]> * Update docs/src/lib/operations.md * change signature for documentation to work
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cf. #1792 (comment)
The text was updated successfully, but these errors were encountered: