Added new CNF format

Signed-off-by: gothictomato <gothictomato@pm.me>
This commit is contained in:
gothictomato
2022-07-24 17:47:31 -04:00
parent 8e34675408
commit a0e1d4f5b4
4 changed files with 138 additions and 18 deletions

View File

@@ -1,20 +1,6 @@
#include "subtree.h"
#include "ncnf.h"
void brzozowski(ncnf* c) {
void gendfa() {
u32 varcnt = 4;
char* clauses[4] = {
"0121",
"0122",
"2122",
"2222"
};
// Order the clauses
// Make nodes for each clause
// Combine 2 nodes into 1 if their next prefix is identical
// If their next prefix is 1, create 2 combinations
}
}