Rahadyan Bagus P

  • Gurobi-versary
  • First Question
  • 合計アクティビティ 4
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 2

アクティビティの概要

Rahadyan Bagus Pさんの最近のアクティビティ
  • Rahadyan Bagus Pさんが投稿を作成しました:

    how to make absolut value in python model

    回答済み

    i want to change G[i,j] into | X[i] - X[j] | model.setObjective(grb.quicksum(Cobj[i,j]*G[i,j] for i in N for j in N if i<j))

  • Rahadyan Bagus Pさんが投稿を作成しました:

    the results violate the constraint that have been created

    ユーザーの入力を待っています。

    After the model is run, the results given are quite good, but there are several results for the value of the variable "G" which violate the predetermined limits, where the value of "G" should corre...