- AMPL
- Developed by Bell Laboratories of Lucent Technologies, AMPL is an award-winning mathematical programming language system. With AMPL, users can expedite prototyping and model deployment, and facilitate system management and maintenance.AMPL is particularly suited for OR professionals who analyze various decision problems and design decision support systems. Model development is accomplished extremely quickly with--it is a matter of hours, rather than the weeks or months required using traditional methods.
- Windows;Unix
- 美国
- 英文
- 电话:021-64391516,传真:021-64391506

-
- DEA-Solver Pro (专业的数据包络软件)
- 近年来已经有很多使用资料包络分析(Data Envelopment Analysis, DEA)来评估许多不同种类实体效益的多种应用,在很多不同背景的国家中从事不同的活动。一个原因是,因为经常有未知的复杂因素,很多动作牵扯到多次输入和输出之间的关系,DEA已经提供对解决这些情况的可能性。例子包括:在不同的地理位置美国空军基地的维护活动,或在英国和威尔斯警察的火力分配,赛普勒斯和...

-
- SOPT (高效的线性,整数和非线性优化软件)
- SOPT is an efficient optimizer for linear, integer, and nonlinear programs. It offers a variety of new and fast algorithms and application capabilities for industrial decision support systems. Based on breakthrough technologies in math programming, SOPT solves problems with lightning speed and robustness.

-
- SBIDS (专业的优化分析软件)
- SBIDS determines optimal assignment of carriers to lanes for manufacturng and distribution company. Given a set of lanes and their traffic density forecast, a distribution company may take bids for transportation services from carriers. SBIDS helps manage and optimize the result for carrier selection and bid optimization.
Developed by Bell Laboratories of Lucent Technologies, AMPL is an award-winning mathematical programming language system. With AMPL, users can expedite prototyping and model deployment, and facilitate system management and maintenance.
AMPL is particularly suited for OR professionals who analyze various decision problems and design decision support systems. Model development is accomplished extremely quickly with--it is a matter of hours, rather than the weeks or months required using traditional methods.
Features Include:
|
Example Transportation Problem
![]() |
|
Corresponding AMPL Code
### Set Definition set supply_location; ### Parameter Definition param ship_cost {supply_location, demand_location}; ### Variable Definition var X {supply_location, demand_location} >= 0.0; ### Objective Function minimize costs: sum {s in supply_location, d in demand_location} ### Constraints supply_limit {s in supply_location}: demand_limit {d in demand_location}: ### Data Section data; set supply_location := Atlanta Chicago; param supply_amt := param demand_amt := param ship_cost : New_York Houston Denver LA := ### End Statement |

CnSciTech