-
Notifications
You must be signed in to change notification settings - Fork 2
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
About code for Multi-Region Repairs #1
Comments
Refer to Algorithm 1 in our paper. Multi-region repairs are achieved by combining multiple single-region repairs. Line 14 in 02e2994
This function supports multi-region repair. |
Does it handle the case when the regions intersect (Sec. 3.6, Fig. 3)? |
Section 3.6 requires that all regions be linear regions, which means that their interiors do not intersect, although they can share the same boundary, as shown in Figure 3. As long as this requirement is met, the approach will be effective. |
Hello,
I can't find the code for multi-region repairs in your paper. Would you provide this part of the code for reference?
Thank you!
The text was updated successfully, but these errors were encountered: