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

PaperQuestion #1

Open
HeiHeiHello opened this issue May 30, 2024 · 4 comments
Open

PaperQuestion #1

HeiHeiHello opened this issue May 30, 2024 · 4 comments

Comments

@HeiHeiHello
Copy link

HeiHeiHello commented May 30, 2024

Fig3(d)中的修剪怎么修剪的?
Filter Rule 3.1.不应该是交集符号吗?
Fig5 中有 U6顶点吗?

@JackChuengQAQ
Copy link
Owner

Thank you for your interest of our paper!
Fig3(d) 中的修剪是应用 Filter Rule 3.1 和 3.2 的规则,其中 3.2 使得 |N_Q(u,l)| > |N_CS(u,v,l)| 可以安全地将 v 从 u 的候选中移除, 以 (u_1, v_2) 的匹配为例,u_1 在 Q 中有两个 label 为 A 的邻居 |N_Q(u,l)|=2,但在候选集中,v_2 只有一个 label 为 A 的邻居 (v_0) ,因此 (u_1, v_2) 可以被安全修剪。其他修剪的节点类似。
是的,是交集符号。
one-step ahead 中应该为 u_0's and u_1's; leaf enumeration 中应当为 u_1's
(非常抱歉 cr 后依然存在 typo)

@HeiHeiHello
Copy link
Author

Thank you!

@HeiHeiHello
Copy link
Author

/tmp/ccnMgLE8.s: Assembler messages:
/tmp/ccnMgLE8.s: Fatal error: can't close CMakeFiles/graph.dir/graph.cpp.o: No space left on device
make[2]: *** [graph/CMakeFiles/graph.dir/build.make:63: graph/CMakeFiles/graph.dir/graph.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:185: graph/CMakeFiles/graph.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
How should I solve this problem

@mango7789
Copy link

/tmp/ccnMgLE8.s: Assembler messages: /tmp/ccnMgLE8.s: Fatal error: can't close CMakeFiles/graph.dir/graph.cpp.o: No space left on device make[2]: *** [graph/CMakeFiles/graph.dir/build.make:63: graph/CMakeFiles/graph.dir/graph.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:185: graph/CMakeFiles/graph.dir/all] Error 2 make: *** [Makefile:84: all] Error 2 How should I solve this problem

The error message you are seeing indicates that your system has run out of disk space, which is preventing the assembler from completing the compilation of your project. So you need to free up some disk space or increase disk space.
Once you've enough disk space, you can retry the make or cmake command to rebuild your project.

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

No branches or pull requests

3 participants