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

Posts

Recent activity by Valentin Guidon Recent activity Votes
  • 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...