Class IntegerProgramExamples


  • public class IntegerProgramExamples
    extends java.lang.Object
    Examples for Integer Programming.
    Author:
    Maximilian Nohr
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void example1()
      Example p.360 CLOII
      static void example10()
      Example, too big
      static void example2()
      Example p.374 CLOII 10a
      static void example3()
      Example p.372 CLOII
      static void example4()  
      static void example5()
      Example p.138 AAECC-9
      static void example6()
      Example from M.
      static void example7()
      Example unsolvable
      static void example8()
      Example ?
      static void example9()
      Example p.137 AAECC-9, too many vars
      static void main​(java.lang.String[] args)
      Execute all examples.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Execute all examples.
        Parameters:
        args -
      • example1

        public static void example1()
        Example p.360 CLOII
      • example2

        public static void example2()
        Example p.374 CLOII 10a
      • example3

        public static void example3()
        Example p.372 CLOII
      • example4

        public static void example4()
      • example5

        public static void example5()
        Example p.138 AAECC-9
      • example6

        public static void example6()
        Example from M. Nohr
      • example7

        public static void example7()
        Example unsolvable
      • example8

        public static void example8()
        Example ?
      • example9

        public static void example9()
        Example p.137 AAECC-9, too many vars
      • example10

        public static void example10()
        Example, too big