Jiangfei DUAN

  • Gurobi-versary
  • Conversationalist
  • Curious
  • Total activity 17
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 5

Posts

Recent activity by Jiangfei DUAN Recent activity Votes
  • gurobi set initial solution slow down the solver

    Ongoing

    Hi, gurobi community, I am trying to use an initial solution to speed up the solver (MILP model). But in my case, the initial solution sometimes slow down the solving speed.  Here are my two result...

  • Gurobi MILP branch-and-cut algorithm

    Answered

    Hi, gurobi community, I am trying yo solve a MILP problem with gurobipy.  But my model is too large with millions vars and constraints.  When solving the problem, I notified that the memory is runn...

  • How to determine the speed bottleneck of my Model?

    Answered

    Hi, I am new to Linear Programming. To solve my problem, I modeling a complex model, and it takes too long to get a result. I want to speed up it, but I cannot point out the bottleneck. 1. I wonder...

  • How to model the problem of cutting a polyhedron into parts

    Answered

    Hi, I met a problem in my modeling. Here I abstract a minimal question of my problem. Suppose I have a polyhedron (Rectangle, cube for example). For simplify, I use a rectangle as an example. The h...

  • var is a bound to be used in constraints

    I have an n-dim array, shape is \((d_0, d_1, ..., d_n)\), I want to split the array along each dim. I use a list of variable \((p_0, p_1, ..., p_n)\) to denote split i-th dim into \(p_i\) parts. an...