Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1c3c5129 authored by Federico Ulliana's avatar Federico Ulliana
Browse files

added a condition to force backtrack

parent 35a9524a
No related branches found
No related tags found
1 merge request!68Resolve "add explanation module"
Pipeline #1144494 failed
......@@ -120,8 +120,8 @@ public class UnambiguousProofTreeWhyProvenanceSolver implements Solver {
}
if(foundImprovableAtom){
// see how to hanlde properly lastOperation = Operation.BACKTRACK;
//continue;
//we force backtrack
atomsToProveQueue.clear();
}
atomsToProveQueue.sort(Comparator.comparingInt(a -> alternativesFor.get(a).size()));
......
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