Skip to content
Snippets Groups Projects
Commit 16f4d041 authored by Simon de Givry's avatar Simon de Givry
Browse files
parents e3c350a8 9c808554
No related branches found
No related tags found
No related merge requests found
......@@ -1001,9 +1001,7 @@ bool VACExtension::enforcePass3()
queueFindSupport.push(j);
if (ToulBar2::LcLevel == LC_AC) {
xj->queueAC();
xi->queueNC();
} else {
xi->queueNC();
xj->queueDAC();
xj->queueAC();
xj->queueEAC1();
......@@ -1036,10 +1034,8 @@ bool VACExtension::enforcePass3()
findsupp = false;
}
if (ToulBar2::LcLevel == LC_AC) {
xi->queueNC();
xi->queueAC();
} else {
xi->queueNC();
xi->queueAC();
xi->queueEAC1();
xi->queueDAC();
......@@ -1048,6 +1044,7 @@ bool VACExtension::enforcePass3()
for (int l = 0; l < (int)PBkillersctr.size(); ++l) {
xi = (VACVariable*)wcsp->getVar(PBkillersctr[l].first);
xi->findSupport();
xi->propagateNC();
}
}
while (!queueFindSupport.empty()) {
......
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