debug moMonOpPerturb : replace "res = res || monOp(_solution);" by " res = monOp(_solution) || res;" !
This commit is contained in:
parent
b06250dc39
commit
814062d01d
2 changed files with 3 additions and 3 deletions
|
|
@ -81,7 +81,7 @@ public:
|
|||
|
||||
/* all the neighbors */
|
||||
if (neighborhoodSize >= 1000000) {
|
||||
std::cout << "moBitsNeighborhood::Warning : the neighborhood size is larger than 10^6 : " << neighborhoodSize << std::endl;
|
||||
std::cout << "moBitsWithoutReplNeighborhood::Warning : the neighborhood size is larger than 10^6 : " << neighborhoodSize << std::endl;
|
||||
}
|
||||
|
||||
int j;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue