Ole Kröger
Ole Kröger
Would it be enough at the beginning to just add the right hand side to the underlying NL model once the indicator is fixed to being fulfilled? Unfortunately I had...
Yeah that makes sense it also would introduce too much hope for the user even though we wouldn't fully support it then.
Did you run the `crudeoil_lee1_09,...,crudeoil_lee2_09` instances all with a 60s time limit? The time limit at the moment checks only inside the tree search (not for relaxation) :/ I'll add...
At the moment I would also set the time limit inside of Ipopt as well. Have to think about how to implement this inside Juniper in the best way for...
This still needs to set the time limit for the nlp solver if you want to be safe.
At the moment I use https://github.com/lanl-ansi/Juniper.jl/blob/master/src/fpump.jl#L152-L157 to limit the time inside the feasibility pump. This might be an option (maybe this changes in JuMP v0.19)
Especially useful for small problems according to @ccoffrin to avoid unnecessary overhead if the problem can be easily solved without the feasibility pump.
I think a faster solution would be valuable. The idea of using a library for this suggests that one expects high performance and doesn't want to implement it herself/himself. As...
To get the locations you can use: ``` locs_x, locs_y = spring_layout(g) ``` (or any other layout) and then you can change the positions (they are normalized between -1, 1)...
We don't get the `github_repo` and `docs_url` from that, right?