Virgil Stokes

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 1

Activity overview

Latest activity by Virgil Stokes
  • Virgil Stokes commented,

    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 commented,

    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 created a post,

    Unable to use the setAttr() method in gurobipy

    Answered

    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...