Skip to content
Snippets Groups Projects
Commit 774dcef1 authored by aastorg2's avatar aastorg2
Browse files

commenting prog loc to check # of conjjunctions

parent 4fb4f20b
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ class DTreeGEMStanleyGurobiTeacher(GEMStanleyGurobiTeacher):
self._cexs.clear()
conjunct_iter = self._candidate_to_conjuncts(candidate)
#TODO ANGELLO: add check if too many conjunctions
print(f"number of conjunct: {len(list(self._candidate_to_conjuncts(candidate)))}")
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