Skip to content
Snippets Groups Projects
Commit 88648c29 authored by aastorg2's avatar aastorg2
Browse files

adding comments where to check for conjunctions

parent 98aa4dbf
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,7 @@ class DTreeGEMStanleyGurobiTeacher(GEMStanleyGurobiTeacher):
def check(self, candidate: z3.BoolRef) -> z3.CheckSatResult:
self._cexs.clear()
conjunct_iter = self._candidate_to_conjuncts(candidate)
#TODO ANGELLO: add check if too many conjunctions
print("Checking candidate", flush=True)
for conjunct in conjunct_iter:
# print(".", end='', flush=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment