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
# rust-copt-solver


COPT([杉数求解器](https://shanshu.ai/solver))非官方的Rust API。
Unofficial Rust API for COPT ([Cardinal Optimizer](https://shanshu.ai/copt)).

## 注意 / Notes


* 本封装库并非[杉数科技有限公司]https://shanshu.ai官方支持。功能尚未完善。自担风险使用!
* This wrapper library is not officially supported by [Cardinal Operations]https://shanshu.ai. Some features have not completed yet. Use at your own risk!

## 感谢 / Thanks


* 受到[rust-gurobi]https://github.com/fluxlinkage/rust-gurobi项目启发。
* Inspired by the [rust-gurobi]https://github.com/fluxlinkage/rust-gurobi project.