Yen-Chun Liu

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

投稿

Yen-Chun Liuによる最近のアクティビティ 最近のアクティビティ 投票
  • How to maximize the determinant of a N by N Matrix variable

    回答済み

    Hi, Below are the notations of my problem: variable of interest: N*m*m binary array (B_1,...,B_N). Each B_i's is subjected to the constraint that row sum=1. the distance matrix of these N m*m a...

  • Speeding up Gurobi adding Constraint time

    回答済み

    Hi, I am trying to find N mxm  binary matrices whose pairwise hamming distances are all greater than a given number C. However, it takes so long to add all the pairwise distance constraints (N*(N-1...

  • Running multiple slurm tasks

    回答済み

    Hi, I am trying to run 50 gurobi tasks simultaneously on cluster. This is what my batch file looks like: #!/bin/bash#SBATCH --partition common   #SBATCH --mem=8G     # Memory limit for each tasks (...