soplex icon indicating copy to clipboard operation
soplex copied to clipboard

Sequential object-oriented simPlex

Results 9 soplex issues
Sort by recently updated
recently updated
newest added

In my use case, I need to solve the same LP problem many times, enabling and disabling the same constraints as required. I noticed that more often than not the...

I'm working on building completely static versions of soplex and scip. But currently I have had to change the [cmake file a bit](https://github.com/scipopt/soplex/compare/master...jacobsvante:soplex:no-libsoplexshared-so). Perhaps there should be an option for...

For example https://github.com/scipopt/SCIP-SDP/actions/runs/8091622924/job/22110987857#step:11:3623 ``` [soplex-7.0.0] The following tests FAILED: [soplex-7.0.0] 99 - etamacro-mps-exact-pure-boosting (NUMERICAL) [soplex-7.0.0] 385 - refinery-mps-exact-pure-boosting (NUMERICAL) [soplex-7.0.0] 407 - gas11-mps-exact-pure-boosting (NUMERICAL) [soplex-7.0.0] Errors while running CTest [soplex-7.0.0]...

per https://github.com/scipopt/soplex/issues/35#issuecomment-1972758420 @leoneifler

Hi all, we run SoPlex on relatively small LPs where we solve the same constraints with different bounds several times per second. I realize that such small LPs are a...

Hi ! First of all, thank you for the work you have done here with SoPlex I am using SoPlex in a project. It worked on thousands problems quiet well,...

As I mentioned in #1: SoPlex is highly pessimistic regarding changes in the objective function and the bounds of the variables / linear constraints. Essentially, the Basis is discarded entirely....

For a research project I need to solve LPs which are parametric in their respective variable bounds, i.e. of the type min c^T x, s.t. lhs

When SoPLEX is built with GGC 12, the compiler produces 61 warnings like the following one: `soplex/src/soplex/classset.h:519:17: warning: pointer may be used after 'void free(void*)' [-Wuse-after-free]` Is this a known...