copt-solver 0.1.1

An unofficial Rust API for COPT (Cardinal Optimizer)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "copt-solver"

version = "0.1.1"

edition = "2021"

authors = ["fluxlinkage <fluxlinkage@sina.com>"]

description = "An unofficial Rust API for COPT (Cardinal Optimizer)"

categories = ["algorithms", "api-bindings", "mathematics", "science"]

keywords = ["optimization", "linear", "integer"]

license = "MIT"

repository = "https://github.com/fluxlinkage/rust-copt-solver"

documentation = "https://docs.rs/copt-solver/0.1.0/copt-solver/"



[dependencies]

clippy = {version = "0.0.*", optional = true}

copt-sys = {path = "./copt-sys", version = "0.1.0"}