aaaa
This commit is contained in:
parent
a1f9acc6f9
commit
33f8c83763
5
hmknf.py
5
hmknf.py
|
@ -2,6 +2,11 @@ from AST import loadProgram, OFormula, LRule, OBinary, OLiteral, OConst, KB
|
||||||
from itertools import combinations
|
from itertools import combinations
|
||||||
from sys import flags
|
from sys import flags
|
||||||
|
|
||||||
|
|
||||||
|
# TODO TODO TODO
|
||||||
|
# separate O atoms from KA atoms? do we care though?
|
||||||
|
|
||||||
|
|
||||||
# Expects total assignments
|
# Expects total assignments
|
||||||
def oformula_sat(o: OFormula, total_T: set[str]):
|
def oformula_sat(o: OFormula, total_T: set[str]):
|
||||||
match o:
|
match o:
|
||||||
|
|
Loading…
Reference in New Issue