Geoffrey James Kameni Tchokode

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

Posts

Recent activity by Geoffrey James Kameni Tchokode Recent activity Votes
  • comparison of the values of two dictionnaries

    Answered

    Hi, I want to compare the values of two given dict and print an output if they are identic. But it gives me only "zero" for all cases, although some elements are identic. Something goes wrong by th...

  • IndexError: list index out of range

    Answered

    Hi, i want to read data from a text.file and store them in a dict variable but i got this error. "TD.txt" looks like this: o    n    38o    m    38o    b    38n    p    9m    y    9b    q    42y   ...

  • GurobiError: Invalid argument to LinExpr multiplication

    Answered

    Hi, I'm trying to compile my model but i get this error.  Can someone help me to fix that? Thks

  • dynamic search

    Hi everyone, I want to code a process, in which the item from differents places are collected and the distance needed are given. As an example, i have like to see on the grafic, differents items on...

  • TypeError: 'gurobipy.LinExpr' object is not iterable

    Answered

    Hi, I'm trying to code the order batching model  but i get this error.  Can someone tell me, what is wrong? Thks