SHOT icon indicating copy to clipboard operation
SHOT copied to clipboard

A solver for mixed-integer nonlinear optimization problems

Results 11 SHOT issues
Sort by recently updated
recently updated
newest added

I am using pyomo for a MIQP problem and SHOT just exits abruptly after sometime. I tried using the .nl problem file generated by pyomo directly from SHOT command line...

This one may be a bug in Cbc (https://github.com/jump-dev/AmplNLWriter.jl/pull/142#issuecomment-878007173)? This goes away if `x` has a finite upper bound. ## JuMP reproducer ```julia model = Model(bridge_constraints=false) do AmplNLWriter.Optimizer(SHOT_jll.amplexe, ["Output.Debug.Enable=true"]) end...

Hello I am trying to build SHOT with CMAKE GUI and MSVC First I build CBC and the dependencies, brought a compiled version of IPOPT (MSVC 2019) in CMAKE GUI...

We are using SHOT for a MIQCQP on Linux (Debian). Sometimes, but not always, SHOT crashes with `Segmentation fault (core dumped)` when using the time limit flag `Termination.TimeLimit` (see below)....

Document the API, e.g. how to create and solve a model from an external program: - [x] create an example in the model tests. - [ ] document this on...

API
documentation

See https://github.com/coin-or/SHOT/issues/72.

Cbc

Hello if we chose `-DHAS_CPLEX=on` and refer the CPLEX dir to cmake, an error occurred! I investigated the files and found out that in `misc/FindCPLEX.cmake` in line 160 a variable...

I have a problem which I have simplified to a simple case with two continuous and one binary variable. There are no constraints (other than variable bounds) and while the...

The following NLP optimization problem can be directly solved in ipopt, but SHOT gave a wrong conclusion that the problem is infeasible. The model is built by pyomo: ```python from...

- additional options to influence extraction of quadratic terms in GMO - updated handling of GAMS threads option - handle GAMS license files with 7 or 8 lines as well