摘要:
frame.h 1 #define INVALID_TRAIL UINT_MAX 2 3 struct frame 4 { 5 unsigned decision; 6 unsigned trail:LD_MAX_TRAIL; 7 unsigned used:2; 8 bool promote:1; 阅读全文
摘要:
需要查看以下文件 restart.h、restart.c、mode.h、mode.c、search.c backtrack.h backtrack.c limit.h limit.c trail.h trail.c frames.h frames.c decide.h decide.c 1.重启涉及 阅读全文