This commit is contained in:
codeboss 2024-10-08 23:27:21 +08:00
parent 3abf4c5aea
commit 88b7834e65
1 changed files with 4 additions and 1 deletions

View File

@ -295,7 +295,10 @@ bool dags::DAGGraph::current_nodelist_filling_indi(const QList<std::shared_ptr<D
ordered_values = ordered_values.toSet().toList();
std::sort(ordered_values.begin(), ordered_values.end());
if (ordered_values.size() == nodes_within_current_layer.size())
//if (ordered_values.size() == nodes_within_current_layer.size())
// return false;
if (!ordered_values.size())
return false;
// Ìî·ì