Ole Kröger
Ole Kröger
There should be an easy way of logging the current status to a table see https://opensourc.es/blog/table-logging/index.html for more info. Maybe this can be another package as well though.
I think there are some standard functions that don't have docs yet. Maybe you can help me to make this extension a bit better! If you spot a standard functions...
Releases
@JuliaRegistrator register()
Closes #269 Function `notify_constraints_var_changed!` calls `changed_var!` for the constraints that are affected. Currently only the linear constraint implements the function to compute new `mins` and `maxs` values.
I want to use this issue to track problems that are slower than expected. These problems will need some testing with profiling, tree visualization and other tools. There might be...
Currently the maximum and minimum values are updated inside a linear constraint whenever it's called. Even if only one variable was changed all are updated. I think we could speed...
This is the third of several issues for the element constraint. (See #196 and #197 ) It's also the more formal issue for #195 and #164 It would be great...
This is the second of several issues for the element constraint. (See #196 ) It would be great to index constant arrays with a variable like: ```julia c = rand(1:100,...
If the inner constraint is activated and the lp solver supports that constraint. One can add it to the model to get better bounds. One might either delete that constraint...
Currently the next variable is chosen based on number of possible values and how often it failed at that point (`bt_infeasible`) - [x] ABS - [ ] Weighted degree heuristic...