Files
psat/subtree.c
gothictomato a0e1d4f5b4 Added new CNF format
Signed-off-by: gothictomato <gothictomato@pm.me>
2022-07-24 17:47:31 -04:00

7 lines
70 B
C

#include "subtree.h"
#include "ncnf.h"
void brzozowski(ncnf* c) {
}