JSCIPOpt icon indicating copy to clipboard operation
JSCIPOpt copied to clipboard

Java interface for the SCIP Optimization Suite

Results 18 JSCIPOpt issues
Sort by recently updated
recently updated
newest added

To solve a very complicated **ILP** problem, I have to use a **greedy method** to work out an initial value set. How can I apply this **initial value set** to...

Hi! I would like to implement a constraint that has a logarithmic expression applied on a decision variable. I think we should be able to this follwoing instructions in https://github.com/scipopt/JSCIPOpt#readme...

when I run scip like this in my mac pro `java -cp scip.jar:examples.jar Linear` I've found that an exception has been threw in my terminal ``` # # A fatal...

How can I use Benders decomposition in JSCIPOpt interface?

i run cmake .. got -- Building for: Visual Studio 16 2019 -- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.17763. -- The C compiler identification is MSVC 19.24.28316.0...

Hi, I am trying to run JSCIP on MacBook. My OS : MacOS Mojave (10.14.6) My java: openjdk version "1.8.0_222" OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_222-b10) OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build...

My question is relevant to my previous one. https://github.com/SCIP-Interfaces/JSCIPOpt/issues/21 But, it is different, I created a new post. I have downloaded and installed SCIP and JSCIP and built them successfully....

I am reading the examples. Is there a documentation for the various objects and methods somewhere?

What are the reasons for not adding JSCIPOpt to a Maven repository?

Dear developers, I'd like to install JSCIPOpt referencing debian package SCIPOptSuite-5.0.1-Linux.deb on a Linux Debian machine, installing SCIPOptSuite-5.0.1-Linux.deb with dpkg is ok, but I can’t figure out how to refer...