
Hancheng Li
- 合計アクティビティ 15
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 6
アクティビティの概要
Hancheng Liさんの最近のアクティビティ-
Hancheng Liさんが投稿を作成しました:
How to effectively model "stability of a continuous variable" without causing long runtimes
Hi everyone, I'm trying to build a model that tries to stabilize a ratio variable over time, by minimizing the absolute value of its differences between each timestep, but even with a small toy cas...
-
Hancheng Liさんがコメントを作成しました:
Hi Alex. Thanks for the response, but I don't think it solves the issue, as the code is failing at model creation when it initially communicates with the Compute Server. I think it's gone into idle...
-
Hancheng Liさんが投稿を作成しました:
Restart Gurobi Compute Server job with python code after status 502
ユーザーの入力を待っています。I'm hosting a small python web app via Jupyter + Docker on a Linux server, and it has a Gurobi backend set up and connected to the Compute Server via an Instant Cloud license. The solver was workin...
-
Hancheng Liさんがコメントを作成しました:
Thank you Ronald! We do have some other constraints that makes a heuristic approach quite challenging to implement. For example we have constraints saying item A, B & C going to the same country ne...
-
Hancheng Liさんが投稿を作成しました:
How to model balancing of distribution of resources to different buckets?
ユーザーの入力を待っています。Hi, I'm trying to model the following problem as a MIP: trying to distribute limited supply to a few different destinations, with consideration for balancing, proportional to each destination's dem...
-
Hancheng Liさんが投稿を作成しました:
Is it possible to use pool map parallelization to speed up construction of MVars and constraints
回答済みHello. I'm trying to formulate a big MILP with more than 100k rows and 100k columns. I've already implemented matrix form for variables (using addMVar) and constants but it's taking relatively long...
-
Hancheng Liさんが投稿を作成しました:
How to refactor binary quadratic constraint to linear form when using MVar
回答済みI'm trying to refactor this quadratic constraint to linear form:var_1 = var_2 · var_3where var_1 is a dimension (a * b) binary MVar, var_2 is a dimension (a * c) binary MVar, and var_3 is a dimensi...
-
Hancheng Liさんが投稿を作成しました:
Model became infeasible after adding "difference to mean" variables and constraints
回答済みThe model I'm building includes variables to indicate utilization rates at different facilities. I want to compute the mean utilization rate and add several "difference to mean" variables. I did it...