You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
ZCWang 97b2f2e606 fully implementation of LUT. Since it is confirmed that use constexpr will blow-up the stack of compilers, we have to use an init function to read LUT from disk. 9 months ago
..
add_plane.cpp complete implementation of 2 underlying library; 9 months ago
extract_arrangement.cpp complete implementation of 2 underlying library; 9 months ago
ia_cut_0_face.cpp complete implementation of 2 underlying library; 9 months ago
ia_cut_1_face.cpp complete implementation of 2 underlying library; 9 months ago
ia_cut_2_face.cpp complete implementation of 2 underlying library; 9 months ago
ia_cut_3_face.cpp complete implementation of 2 underlying library; 9 months ago
implicit_arrangement.cpp complete implementation of 2 underlying library; 9 months ago
lut.cpp fully implementation of LUT. Since it is confirmed that use constexpr will blow-up the stack of compilers, we have to use an init function to read LUT from disk. 9 months ago
union_find_disjoint_set.cpp complete implementation of 2 underlying library; 9 months ago