QSopt 0.5 Alpha
All Rights Reserved

qs
Class GUI

java.lang.Object
  extended byqs.gui.EGUI
      extended byqs.GUI

public class GUI
extends qs.gui.EGUI

GUI is a graphical user interface Applet/Frame. Users may interactively define, edit, and solve linear programming problems. Problems are stated in LP or MPS format.

This Java interface is very similar to a Windows interface that is well documented at QSopt . It is launched as an application by
     java qs.GUI [-width w] [-height h] [-testDir dir] [fname]      where

The GUI applet accepts in addition to the standard width and height the following parameters: This is a 'hack' around the java security mechanisms that do not allow applets to read files when run through an internet connection. Thus an applet run on the internet can be 'packaged' with a few sample files.

See Also:
Serialized Form

Constructor Summary
GUI()
          builds GUI when run a Applet
 
Method Summary
 java.lang.String getAppletInfo()
           
 java.lang.String[][] getParameterInfo()
           
 void init()
          Applet's init method
static void main(java.lang.String[] av)
          application's main program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUI

public GUI()
builds GUI when run a Applet

Method Detail

getAppletInfo

public java.lang.String getAppletInfo()

getParameterInfo

public java.lang.String[][] getParameterInfo()

init

public void init()
Applet's init method


main

public static void main(java.lang.String[] av)
application's main program


QSopt 0.5 Alpha
QSopt Home