deps: bump scip to v9.2.1
* use libscip shared library * enable soplex
This commit is contained in:
@@ -143,7 +143,7 @@ public class Loader {
|
||||
Path tempPath = unpackNativeResources(resourceURI);
|
||||
// libraries order does matter !
|
||||
List<String> dlls = Arrays.asList("zlib1", "abseil_dll", "re2", "utf8_validity",
|
||||
"libprotobuf", "highs", "ortools", "jniortools");
|
||||
"libprotobuf", "highs", "libscip", "ortools", "jniortools");
|
||||
for (String dll : dlls) {
|
||||
try {
|
||||
// System.out.println("System.load(" + dll + ")");
|
||||
|
||||
Reference in New Issue
Block a user