José Rodrigues
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Posts
Recent activity by José Rodrigues-
GurobiError: Constant is Nan
AnsweredHi, I'm trying to run my optimization in a remote computer as it is faster and has more RAM. However, when I try to run it, it prompts the following error as it can be seen in the image. Do you kn...
-
if constraint with sums
AnsweredHi, I've checked some posts about if constraints, however, I haven't been able to solve my problem. I have a binary variable called X, with two sets of indices p and t. p represents if there is a ...
-
problem in modelling constraints
AnsweredHello, I'm facing some difficulties in modelling a few constraints. I will provide a brief explanation of the variables. I have 4 variables, 2 binary and 2 continuous. and 4 sets of indices, d (nu...
-
Get variables indexes
AnsweredHi everyone, I have a binary variable, named X, with two indexes (X_i,j). After running the optimization, I want to know for what index in i, is the binary variable X equal to one. I've written th...
-
conditional constraint between two binary decision variables
AnsweredHi, I have seen some posts regarding conditional constraints however none quite cleared my doubts. In order to make it easier to understand my problem, I will provide some context. My optimization ...