opthub-org / problem-machine-scheduling

0 stars 0 forks source link

`constraint`を`info`に入れる #15

Closed TakatoKinoshita closed 1 year ago

TakatoKinoshita commented 1 year ago
          メモ: `constraint`を`info`に入れる

Originally posted by @TakatoKinoshita in https://github.com/opthub-org/machine-scheduling/issues/8#issuecomment-1750259309

TakatoKinoshita commented 1 year ago
{
  "objective": float[4],
  "constraint": null,
  "error": str,
  "info": {
      "exe_time" float,
      "delays": float[n_works]
      }
}