Optimus is a mathematical programming library for Scala.
Scala
148
295 commits
updated Mar 16, 2026
Optimus is a library for Linear and Quadratic mathematical optimization written in Scala programming language.
Optimus is published to Maven Central for Scala 2.12, 2.13 and 3.3.4!
Add the following dependencies to your SBT build file in order to get started:
libraryDependencies ++= Seq(
"com.github.vagmcs" %% "optimus" % "3.4.5",
"com.github.vagmcs" %% "optimus-solver-oj" % "3.4.5",
"com.github.vagmcs" %% "optimus-solver-lp" % "3.4.5"
)
Optionally, you can also add the following extra dependencies for proprietary solvers:
"com.github.vagmcs" %% "optimus-solver-gurobi" % "3.4.5"
"com.github.vagmcs" %% "optimus-solver-mosek" % "3.4.5"
For more information see Building and Linking
Contributions are welcome, for details see CONTRIBUTING.md.
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.
Scala
98.6%
Makefile
1.4%
Optimus is a mathematical programming library for Scala.
Scala
148
295 commits
updated Mar 16, 2026
Optimus is a library for Linear and Quadratic mathematical optimization written in Scala programming language.
Optimus is published to Maven Central for Scala 2.12, 2.13 and 3.3.4!
Add the following dependencies to your SBT build file in order to get started:
libraryDependencies ++= Seq(
"com.github.vagmcs" %% "optimus" % "3.4.5",
"com.github.vagmcs" %% "optimus-solver-oj" % "3.4.5",
"com.github.vagmcs" %% "optimus-solver-lp" % "3.4.5"
)
Optionally, you can also add the following extra dependencies for proprietary solvers:
"com.github.vagmcs" %% "optimus-solver-gurobi" % "3.4.5"
"com.github.vagmcs" %% "optimus-solver-mosek" % "3.4.5"
For more information see Building and Linking
Contributions are welcome, for details see CONTRIBUTING.md.
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.
Scala
98.6%
Makefile
1.4%