Faraz Hayat
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Faraz Hayat-
Faraz Hayat commented,
Hi Daniel, I have added the mps and lp file to the dropbox link in the original post. What is confusing me is the following: Gurobi says that the model is infeasible. Yet gurobi is able to find a s...
-
Faraz Hayat commented,
Hi Daniel, I am using the R module and here is the code. It is quite simple: d = -1*d A = cbind(A, d) model <- list() model$A <- A model$rhs <- x model$sense <- c('=') model$obj <- c(r...
-
Faraz Hayat created a post,
Error: Dual/Infeasible Linear Program - Not making sense
The following is an example where I get errors: https://www.dropbox.com/sh/weljct2fepvz3o9/AAAwgBCVoVz_C9z72ETtU_h1a?dl=0 (where Q=A from the notation below) I want to solve the following problem: ...