yomitech
Qiitaで紹介された技術書を、毎週月曜日にメールでお届けします。
登録確認メールをお送りします。いつでも配信停止できます。
バックナンバー
「Model building in mathematical programming」の検索結果: 1冊
Model building in mathematical programming
"The 5th edition of Model Building in Mathematical Programming "discusses the general principles of model building in mathematical programming and demonstrates how they can be applied by ...
線形計画法を用いた生産計画の最適化 (Python + PuLP)
はじめに 数理計画法 (mathematical programming) とは、目的関数と呼ばれる目標値を、ある制約の下で最大化(最小化)する手法です。その中でも、線形計画法 (linear programming; LP) は、目的関数と制約式が変数に関する一次式($\sumiaixi + b$ という形の式)で表せるものを言います。線形計画法は、数理計画法の中でも単純なものの 1 つですが、…