Valentin Guidon

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

Activity overview

Latest activity by Valentin Guidon
  • Valentin Guidon commented,

    Hey, I've rewritten my code to make it more readable and understand exactly where I'm blocking from gurobipy import * # Create a new modelm = gp.Model("task_scheduling") # Create variablesT1 = m.ad...

  • Valentin Guidon created a post,

    Adding TempConstr and an int

    Answered

    Hello, I want to minimize the number of tasks that start at the same time. Here is my attempt with 2 tasks which can start at any day between day 0 and day 4.   from gurobipy import * # Create a ne...