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
Thank you for the project. It is very nice to have such a demonstration code!
I tried to clone and compile the repository, but the following error occurred.
% cd /tmp
% git clone https://github.com/draeger-lab/SBSCL-demo.git
% cd SBSCL-demo
% mvn compile
...
[ERROR] Failed to execute goal on project sbscl_demo: Could not resolve dependencies for project org.draegerlab:sbscl_demo:jar:1.0: The following artifacts could not be resolved: scpsolver:SCPSolver:jar:1.0v2 (absent), scpsolver:GLPKSolverPack:jar:4.35v2 (absent), scpsolver:LPSOLVESolverPack:jar:5.5.2.5 (absent), kisao:libkisao:jar:1.0.3.1-rc (absent): Could not find artifact scpsolver:SCPSolver:jar:1.0v2 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
[ERROR]
I've tried to compile it with the following environment (both maven did not work)
Java 1.8.0_372
Maven 3.9.2
Maven 4.0.0-alpha-5
Any help?
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for the project. It is very nice to have such a demonstration code!
I tried to clone and compile the repository, but the following error occurred.
I've tried to compile it with the following environment (both maven did not work)
Any help?
The text was updated successfully, but these errors were encountered: