oximo 0.2.0

A Rust algebraic modeling library for solving optimization problems
Documentation
[package]

name = "oximo"

version.workspace = true

edition.workspace = true

rust-version.workspace = true

license.workspace = true

repository.workspace = true

authors.workspace = true

description.workspace = true

readme = "README.md"

keywords.workspace = true

categories.workspace = true



[features]

default = ["highs", "io"]

highs = ["dep:oximo-highs"]

io = ["dep:oximo-io"]

gurobi = ["dep:oximo-gurobi"]

gams = ["dep:oximo-gams"]

baron = ["dep:oximo-baron"]



[dependencies]

oximo-expr.workspace = true

oximo-core.workspace = true

oximo-solver.workspace = true

oximo-highs = { workspace = true, optional = true }

oximo-gurobi = { workspace = true, optional = true }

oximo-gams = { workspace = true, optional = true }

oximo-baron = { workspace = true, optional = true }

oximo-io = { workspace = true, optional = true }



[lints]

workspace = true