メインコンテンツへスキップ

Infeasible scheduling problem

進行中

コメント

1件のコメント

  • Ronald van der Velden
    • Gurobi Staff

    Consider replacing your constraints by:

    prob += sum_lines <= share_line[list(order_ids)[i],list(order_ids)[j]] + 1

    This will enforce that share_line becomes 1 when both orders in the (i,j) pair are scheduled on the same line.

    0

サインインしてコメントを残してください。