python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to have conditions for constraints?
How can I code a constraint like this in JUMP?
Suppose i,j,k,m are indices and capital letters associated with them are set, like J.
x_{i,j,k,m'} + sum((j in J, k in K), y_{j,k,m})<= z_{i,m} for al...
Hemfri
Votes: 0
Answers: 2
Ctrl+C does not interrupt optimize!() regardless of solver
The problem pertains to JuMP, an optimization package for Julia. I realize this problem is likely specific to my machine; however, I have tried many of the obvious remedies with no luck.
When I run a ...
PippyEnjoyer
Votes: 0
Answers: 1
Julia JuMP making sure nonlinear objective function has correct function signatures so that autodifferentiate works properly?
so I wrote a minimum example to show what I'm trying to do. Basically I want to solve a optimization problem with multiple variables. When I try to do this in JuMP I was having issues with my function...
Eigenvalue
Votes: 0
Answers: 2
How to import and read excel rows in Julia?
I have a dataset like the following picture and want to read and extract each cell and assign them into parameters in an optimization model. For example, considering only one part of a row:
ID, Min, ...
user9990604
Votes: 0
Answers: 1