opthub-org / problem-machine-scheduling

0 stars 0 forks source link

出力の形式 #4

Closed TakatoKinoshita closed 1 year ago

TakatoKinoshita commented 1 year ago

現状: https://github.com/opthub-org/machine-scheduling/blob/0325e18bc46e82a37a4243ca421a95aa3e18fbe9/problem.py#L183-L190

MTGメモ:

{
  "objective": float,
  "constraint": [float],
  "error": str,
  "info": "n sec"
}
NaokiHamada commented 1 year ago

現状でOKだと思います。