CEDRIC JUSTIN

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

アクティビティの概要

CEDRIC JUSTINさんの最近のアクティビティ
  • CEDRIC JUSTINさんが投稿を作成しました:

    What you can do is to solve the LP relaxation of your model with column generation.

    回答済み

    Looking for advice here. I have a column generation model to solve a crew pairing problem (a set partitioning problem). I am solving the LP relaxation of the model at the root using column generati...

  • CEDRIC JUSTINさんがコメントを作成しました:

    Thanks Marika for all your insights. I had started doing the slack-variable relaxation by hand before you replied and that allowed me more customization. I'll use indeed a multi-objective optimizat...

  • CEDRIC JUSTINさんがコメントを作成しました:

    Marika, Thanks for your feedback. I have uploaded some of the code I am using Gurobi 10 as shown below in the console Gurobi Optimizer version 10.0.0 build v10.0.0rc2 (win64)CPU model: 11th Gen Int...

  • CEDRIC JUSTINさんがコメントを作成しました:

    This makes sense, thanks Marika. I have another related question to minrelax: gurobi_model.feasRelax(relaxobjtype=2, minrelax=False, vars=None, lbpen=None, ubpen=None, constrs=torelax, rhspen=conpe...

  • CEDRIC JUSTINさんがコメントを作成しました:

    Yes, typo on my part, I want to switch from "=" equality to '>=" inequality constraints i.e. going from a set-partitioning problem to a set covering problem. So if I understand correctly, the lines...

  • CEDRIC JUSTINさんがコメントを作成しました:

    Thank you Marika. Why are you changing twice con.sense ? I understand going from "=" to "<" but not sure why you replace it again with equality later. What is the purpose? For ArtN and ArtP, I had ...

  • CEDRIC JUSTINさんが投稿を作成しました:

    Infeasibility -> Constraint Relaxation

    回答済み

    Hello All, I am trying to look into the documentation how to solve an infeasibility issue. In particular, to relax my problem I would like the following equality constraint to become a "greater or ...

  • CEDRIC JUSTINさんが投稿を作成しました:

    Practical way to change MIPFocus during Execution

    回答済み

    I have a code running for several days and I am wondering if there is a way to change MIPFocus from 1 to 3 during execution. Callback do not work to change model parameter and terminating and resta...