1 / 5

A Short Tutorial on CPLEX

A Short Tutorial on CPLEX. Jason Woodard jason@eecs.harvard.edu CS 286r Section March 5, 2004. Outline. What is it? How do I use it? Show me some code!. What is CPLEX?. Optimization software

ami
Télécharger la présentation

A Short Tutorial on CPLEX

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Short Tutorial on CPLEX Jason Woodard jason@eecs.harvard.edu CS 286r Section March 5, 2004

  2. Outline • What is it? • How do I use it? • Show me some code!

  3. What is CPLEX? • Optimization software • “For solving linear, mixed-integer and quadratic programming problems in mission-critical resource allocation applications” • Includes a variety of algorithms accessible through a common set of APIs and file formats

  4. How Do I Start Using It? • Installed on econcs.eecs.harvard.edu • All files accessible from /local/cs286r • See especially demo and examples directories • Documentation under ilog/cplex81/doc • Windows version under ilog/dist/windows • Today will focus on Java API • C and C++ APIs also available • Also an interactive command-line interface • /usr/ilog/cplex81/bin/cplex

  5. Show Me Some Code! • Okay …

More Related