Assia Kamal-idrissi

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

アクティビティの概要

Assia Kamal-idrissiさんの最近のアクティビティ
  • Assia Kamal-idrissiさんが投稿を作成しました:

    Renew Academic License

    回答済み

    Hello,I would like to renew the Licence ID 2425193 for academic. I put in CC the system admin.Thank you.Bests,Assia

  • Assia Kamal-idrissiさんが投稿を作成しました:

    Gurobi Academic License on GPU

    回答済み

    Hello,Regarding the last update on Gurobi using GPU, I would like ton know how can I get the license that support GPU as an academic. This full license will help us to run PDHG Algorithm.Thank you....

  • Assia Kamal-idrissiさんがコメントを作成しました:

    I tested on otehr machine. I takes more time to display licence of Gurobi. Here is the data:NAME : P-n40-k5COMMENT : (Augerat et al, Min no of trucks: 5, Best value: 458)TYPE : CVRPDIMENSION : 40ED...

  • Assia Kamal-idrissiさんがコメントを作成しました:

    I figure out that the license will finish by Oct 7, 2024. Is the issue related to the fact that the license will expire very soon? Thank you   Assia  

  • Assia Kamal-idrissiさんがコメントを作成しました:

    I'm using the same model object and same data. Here is the model: def CVRP(df,time_matrix_truck,customers, nodes, trucks, truck_capacity):    mdl = Model('CVRP3')    arc_k = {(i, j , k) for i in no...

  • Assia Kamal-idrissiさんがコメントを作成しました:

    Im' using the same version of Gurobi which 10.0.3. I'm trying to reexecute the same program in machine with 56 Threads and 500 GB. Its staks in reading the license. Afther that, I got the message "...

  • Assia Kamal-idrissiさんが投稿を作成しました:

    Building MIP Model GurobiPy become slow

    回答済み

    Hi, I'm trying to rerun the same model in Gurobipy in the same machine but it takes a lot of time to build it and after several minutes I got the error "out of memory". However, I used to run the s...

  • Assia Kamal-idrissiさんが投稿を作成しました:

    Running time increase when running multiple models

    回答済み

    Hello, I'm running the same model for different instances files in separated files independently using Jupyter. For each instance, I run the model 5 times with time limit 3600 for each iteration. S...

  • Assia Kamal-idrissiさんがコメントを作成しました:

    Thank you for clarifying the formulation. I will add your suggestion. Meanwhile, I try to formulate it as follows: arc_k = {(i, j) for i in nodes for j in nodes if i != j} xx= mdl.addVars(arc_k, vt...

  • Assia Kamal-idrissiさんがコメントを作成しました:

    Hi Ronald, Thank you so much for your help. I got the following status: Model is infeasible Best objective -, best bound -, gap - Set parameter TimeLimit to value 3600 No optimal solution found run...