...
Wiki Markup |
---|
{slideshow:Cut Generation, Heuristics and Callbacks|subtitle=How to Solve Hard IPs|authors|hideLabel|showInLine=false}
{slide:Overview}
Methods for Integer Programming
* Generating Constraints "on the fly"
* Suggesting Integer Solutions
Case Study: The Traveling Salesmen Problem
* Exponentially many constraints
* Heuristics well studied
** Christofides
** Two-Opt
Implementation Tools
* CPLEX
* Java
{slide}
{slide:Java Review}
h2. Topics
* "Hello World!"
* Types, Privatives, and Generics
* Object Oriented Programming
* Data Structures
{slide}
{slide: Hello World}
{code}
public class Example{
public static void main(String[] args){
System.out.println("Hello World!");
}
}
{code}
{slide}
{slide:Object Oriented Programming}
* Unripe ones are {color:green}green{color}
* Good ones are {color:yellow}yellow{color}
* Bad ones are {color:brown}brown{color}
{slide}
{slide:More stuff}
h2. A Heading
* Point
* *Another* _point_ [home]
h3. Third Level
# one
# two
{slide}
{slide:Charts Are Fun}
{chart:title=My fruits|type=bar|dataOrientation=horizontal|width=500}
|||Fruit||Banana||Apple||Raisin||
|Rank||10|5|1|
{chart}
{slide}
{slideshow} |