This commit is contained in:
aletempiac 2024-04-11 19:01:05 +02:00
parent 6052d10fde
commit 0c905f873b
2 changed files with 8 additions and 0 deletions

View File

@ -555,6 +555,7 @@ private:
}
} while ( combinations_next( free_set_size, 0, pComb, pInvPerm, tt ) );
best_multiplicity = UINT32_MAX;
return false;
}
@ -602,6 +603,8 @@ private:
return true;
}
}
best_multiplicity = UINT32_MAX;
return false;
}
@ -665,6 +668,7 @@ private:
}
} while ( combinations_next( free_set_size, offset, pComb, pInvPerm, tt ) );
best_multiplicity = UINT32_MAX;
return false;
}

View File

@ -571,6 +571,7 @@ private:
}
} while ( combinations_next( free_set_size, 0, pComb, pInvPerm, tt ) );
best_multiplicity = UINT32_MAX;
return false;
}
@ -620,6 +621,8 @@ private:
return true;
}
}
best_multiplicity = UINT32_MAX;
return false;
}
@ -683,6 +686,7 @@ private:
}
} while ( combinations_next( free_set_size, offset, pComb, pInvPerm, tt ) );
best_multiplicity = UINT32_MAX;
return false;
}