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
corefine_and_compute_intersection()
When using PMP::corefine_and_compute_intersection(), the edge_is_constrained_map associated to tm_out contains both :
PMP::corefine_and_compute_intersection()
edge_is_constrained_map
tm_out
It would be nice to have these two set of edges separated in different property maps.
The text was updated successfully, but these errors were encountered:
what if it's a bool named parameter to add them or not in the map?
Sorry, something went wrong.
that sounds good!
will be solved by PR #8411
janetournois
No branches or pull requests
Issue Details
When using
PMP::corefine_and_compute_intersection()
, theedge_is_constrained_map
associated totm_out
contains both :edge_is_constrained_map
It would be nice to have these two set of edges separated in different property maps.
The text was updated successfully, but these errors were encountered: