Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
com.github.vagmcs:optimus-solver-oj_2.11
Advanced tools
Optimus is a mathematical programming library for Scala
Optimus is a library for Linear and Quadratic mathematical optimization written in Scala programming language.
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; See the GNU Lesser General Public License v3 for more details.
Optimus is published to Maven Central for Scala 2.11, 2.12 and 2.13.
Add the following dependencies to your SBT build file in order to get started:
libraryDependencies ++= Seq(
"com.github.vagmcs" %% "optimus" % "3.2.4",
"com.github.vagmcs" %% "optimus-solver-oj" % "3.2.4",
"com.github.vagmcs" %% "optimus-solver-lp" % "3.2.4"
)
Optionally, you can also add the following extra dependencies for proprietary solvers:
"com.github.vagmcs" %% "optimus-solver-gurobi" % "3.2.4",
"com.github.vagmcs" %% "optimus-solver-mosek" % "3.2.4"
For more information see Building and Linking
Contributions are welcome, for details see CONTRIBUTING.md.
Please use the following BibTeX entry to cite Optimus in your papers:
@misc{Optimus,
author = {Evangelos Michelioudakis and Anastasios Skarlatidis},
title = {Optimus: an open-source mathematical optimization library},
url = {https://github.com/vagmcs/Optimus}
}
FAQs
Optimus is a mathematical programming library for Scala
We found that com.github.vagmcs:optimus-solver-oj_2.11 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.