Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 858 Bytes

Pulp 簡介與下載.md

File metadata and controls

19 lines (12 loc) · 858 Bytes

Pulp簡介與下載

(一)Pulp 簡介

● PulP is a free open source software written in Python. It is used to describe optimisation problems as mathematical models.

● PulP can then call any of numerous external LP solvers (CBC, GLPK, CPLEX, Gurobi etc) to solve this model and then use python commands to manipulate and display the solution.

● Pulp package use for linear optimization

(二)Pulp下載

步驟一 : 打開 Anaconda Prompt


步驟二 : 輸入 pip install pulp


步驟三 : 安裝完成