guofei9987 / guofei9987/scikit-opt

粒子群算法: 如果存在等式约束,如何求解线性规划结果?

Open
#138 1 comment 0 reactions 0 assignees View on GitHub
feature request question
Dominant language
Python
Stars
6.7k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

一个简单的例子
```
min f = -3*x1 - 5*x5
```
s.t
```
x1+ x3 = 4
2*x2 + x4 = 12
x1 - x2 < 2
x1 & x2 & x3 & x4 & x5 >= 0
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.