...
Wiki Markup |
---|
{slideshow:Cut Generation, Heuristics and Callbacks|subtitle=How to Solve Hard IPs|authors} {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 * Object Oriented Programming"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:ColoursObject 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} |