如何解释具有 0 个分支的最优解或不可行解?
How to interpret a Optimal or Infeasible Solution with 0 Branches?
得到类似的东西
result: infeasible
number of branches: 0
number of conflicts: 0
walltime: 5 ms
告诉我,至少我的一个约束最初受到伤害,因此求解器无法找到解决方案,对吧?
但是已经有模拟显示
result: optimal
number of branches: 0
number of conflicts: 0
wallime: 17ms
真正让我开心的是什么,但我不知道如何处理这些信息。获得进一步的见解会很棒!
问题在预求解期间或在搜索的根节点处已解决或证明不可行。
得到类似的东西
result: infeasible
number of branches: 0
number of conflicts: 0
walltime: 5 ms
告诉我,至少我的一个约束最初受到伤害,因此求解器无法找到解决方案,对吧?
但是已经有模拟显示
result: optimal
number of branches: 0
number of conflicts: 0
wallime: 17ms
真正让我开心的是什么,但我不知道如何处理这些信息。获得进一步的见解会很棒!
问题在预求解期间或在搜索的根节点处已解决或证明不可行。