
Yen-Chun Liu
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Posts
Recent activity by Yen-Chun Liu-
How to maximize the determinant of a N by N Matrix variable
AnsweredHi, 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
AnsweredHi, 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
AnsweredHi, 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 (...