Geoffrey James Kameni Tchokode

  • Gurobi-versary
  • Curious
  • First Comment
  • 合計アクティビティ 14
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 5

アクティビティの概要

Geoffrey James Kameni Tchokodeさんの最近のアクティビティ
  • Geoffrey James Kameni Tchokodeさんが投稿を作成しました:

    comparison of the values of two dictionnaries

    回答済み

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

  • Geoffrey James Kameni Tchokodeさんが投稿を作成しました:

    IndexError: list index out of range

    回答済み

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

  • Geoffrey James Kameni Tchokodeさんがコメントを作成しました:

    ok Thks. 

  • Geoffrey James Kameni Tchokodeさんがコメントを作成しました:

    Hi, i actually defined "d" as a dictionnary, so that i can call the values of the couple (i,k) in the constraint for the multiplication with the binary variables x. That was the idea but i miss som...

  • Geoffrey James Kameni Tchokodeさんがコメントを作成しました:

     Hi, Thks for the reply. I simplifly the problem like this. import numpy as npimport gurobipy as gpfrom gurobipy import GRBfrom gurobipy import quicksumimport randomimport stringrandom.seed(0)rnd=n...

  • Geoffrey James Kameni Tchokodeさんが投稿を作成しました:

    GurobiError: Invalid argument to LinExpr multiplication

    回答済み

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

  • Geoffrey James Kameni Tchokodeさんが投稿を作成しました:

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

  • Geoffrey James Kameni Tchokodeさんがコメントを作成しました:

    thks!!!

  • Geoffrey James Kameni Tchokodeさんが投稿を作成しました:

    TypeError: 'gurobipy.LinExpr' object is not iterable

    回答済み

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