20
subtree.c
20
subtree.c
@@ -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
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user