Virgil Stokes
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Virgil Stokesさんの最近のアクティビティ-
Virgil Stokesさんがコメントを作成しました:
Very good Jaromil, Thank you for your prompt reply to my question. Indeed this solves the problem with setAttr() and gives an answer to the 1D cutting stock problem. However, when I examine the res...
-
Virgil Stokesさんがコメントを作成しました:
Note, when I selected code and then did a copy an paste of the actual code, the indented spaces were ignored :-( Please look a the link https://github.com/fzsun/cutstock-gurobi
-
Virgil Stokesさんが投稿を作成しました:
Unable to use the setAttr() method in gurobipy
回答済みHere is the code (1D cutting stock problem): #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Tue May 22 22:02:13 2018 by: Fangzhou Sunhttps://github.com/fzsun/cutstock-gurobiThis code so...