opthub-org / problem-machine-scheduling

0 stars 0 forks source link

多目的版 #42

Closed TakatoKinoshita closed 1 year ago

TakatoKinoshita commented 1 year ago

入力

{
  "schedule": int[n_works] (1 <= work_date <= MAX_DATE) n_works = sum_i work_iの取付・取外の回数
  "weights": float[4], (0 <= x <= 1)
  "timeout": int (60 <= x <= 8 * 60 * 60)
}

出力

{
  "schedule": int[n_works] (1 <= work_date <= MAX_DATE) n_works = sum_i work_iの取付・取外の回数
  "weights": float[4], (0 <= x <= 1)
  "timeout": int (60 <= x <= 8 * 60 * 60)
}
TakatoKinoshita commented 1 year ago

松崎さんのプログラムを組み込む作業を忘れてたのでリオープン

TakatoKinoshita commented 1 year ago

あと,納期余裕を-1倍する