文件名称:edc
文件大小:56KB
文件格式:ZIP
更新时间:2024-02-29 11:42:38
C++
扩展器分解和群集(EDC) 这是的实现 由Thatchaphol Saranurak和Di Wang撰写。 建造 该项目是使用构建系统构建的。 使用“ build”命令,将生成一个二进制文件并将其移至“ bazel-bin / main / edc”: # Build optimized configuration bazel build -c opt //main:edc # Build debug configuration bazel build -c dbg //main:edc # Build with better debug information and sanitizers bazel build --config debug --compilation_mode dbg --sandbox_debug //main:edc 测试中 使用Bazel和运行: baze
【文件预览】:
edc-master
----experiment()
--------parse_stan_graph.py(759B)
--------configure(26B)
--------.gitignore(76B)
--------Makefile(504B)
--------gen_graph.py(6KB)
--------README.md(352B)
--------scripts()
----BUILD(0B)
----format.sh(63B)
----test()
--------cut_matching_test.cpp(1KB)
--------BUILD(186B)
--------expander_decomp_test.cpp(4KB)
--------datastructures()
----test.sh(237B)
----LICENSE(1KB)
----main()
--------util.hpp(1KB)
--------BUILD(454B)
--------edc.cpp(2KB)
--------edc_cut.cpp(3KB)
----.bazelrc(185B)
----.gitignore(856B)
----lib()
--------expander_decomp.hpp(3KB)
--------BUILD(363B)
--------cut_matching.hpp(2KB)
--------expander_decomp.cpp(7KB)
--------trimming.hpp(360B)
--------datastructures()
--------cut_matching.cpp(10KB)
--------trimming.cpp(1KB)
----README.md(2KB)
----WORKSPACE(946B)