Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 210 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 210 Bytes

运算单纯形法的小程序

Establish Operational research components write by java here.

初始化 Simplex a = new Simplex(new double[][]{b,x1,x2,x3,x4,x5……}, 行, 列,new double[] {目标函数});