Enprimarika Nursari

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Activity overview

Latest activity by Enprimarika Nursari
  • Enprimarika Nursari created a post,

    model.addGenConstrAbs PROBLEM

    Answered

    Hello GUROBI team,  I am currently trying to develop program for Double Row Layout Program with safety consideration with GUROBI optimizer by adding this constraint below for my bachelor thesis. Wi...

  • Enprimarika Nursari commented,

    from this constraint# 9model.addConstrs(((l[i]/2) <= X[i] for i in N), name='CS13')model.addConstrs((L-(l[i]/2) >= X[i] for i in N), name='CS14')andM = model.addVars(Cobj, vtype = grb.GRB.CONTINUOU...

  • Enprimarika Nursari commented,

    I've already named the constraints one by one, and i got this message Computing Irreducible Inconsistent Subsystem (IIS)...     Constraints          |            Bounds           |  Runtime      M...

  • Enprimarika Nursari created a post,

    Infeasible Result For Double Row Layout Problem

    Awaiting user input

    Hi Gurobis Staffs! I'm currently developing a Double Row Layout Problem using Gurobi Optimizer. With Parameters and constraints below: n = len(Data[0][:])-1N = [i for i in range(1,n+1)]R = [1,2]l =...