edu.harvard.econcs.jopt.example
Class ExampleSimpleWrapper

java.lang.Object
  extended by edu.harvard.econcs.jopt.example.ExampleSimpleWrapper

public class ExampleSimpleWrapper
extends java.lang.Object

A simple example of how to use JOpt: alternative syntax.

Version:
$Revision: 1.6 $ on $Date: 2005/10/17 18:49:45 $

Constructor Summary
ExampleSimpleWrapper()
          MAX 2X + 2Y subject to X - 2Y <= 5 Y = 2
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleSimpleWrapper

public ExampleSimpleWrapper()
MAX 2X + 2Y subject to X - 2Y <= 5 Y = 2

Method Detail

main

public static void main(java.lang.String[] args)