You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have imported the maven library using implementation("com.skew.slsqp4j:slsqp4j:0.1") in build.gradle.kts file. gradle clean build runs successfully but upon running the minimize function I get the following error. My system is MacOS Sonoma 14.7.
Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /var/folders/6w/xqzv7d355zv5m79s1kplgnzwvlpzzc/T/libslsqp12170805205483178640.so
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2638)
at java.base/java.lang.Runtime.load0(Runtime.java:768)
at java.base/java.lang.System.load(System.java:1854)
at com.skew.slsqp4j.util.NativeUtils.loadLib(NativeUtils.java:122)
at com.skew.slsqp4j.util.NativeUtils.<clinit>(NativeUtils.java:132)
at com.skew.slsqp4j.Slsqp.minimizeWithVectorConstraints(Slsqp.java:406)
at com.skew.slsqp4j.Slsqp.minimize(Slsqp.java:339)
...
The text was updated successfully, but these errors were encountered:
I have imported the maven library using
implementation("com.skew.slsqp4j:slsqp4j:0.1")
in build.gradle.kts file.gradle clean build
runs successfully but upon running the minimize function I get the following error. My system is MacOS Sonoma 14.7.The text was updated successfully, but these errors were encountered: