How to Install and Use the Gendex DOE Toolkit 6?


Installing Gendex on your machine requires three simple steps:
  1. First, download and install the Java Runtime Environment 6. To check whether the installation is successful, issue the following command (at the command prompt):
    java -version
    If the installation is successful, you will get a message showing the current version of the Java Runtime Environment.
  2. Next, create a directory called Gendex and copy the download file Gendex.zip into this directory.
  3. Finally, at this directory, use Winzip or 7-zip to unzip Gendex.zip file. On the Linux operating system, you can use the following command to unzip this file:
    jar -xvf Gendex.zip
    After unzipping Gendex.zip, you will be able to find 24 Java class files in the Gendex directory.
Currently, the Gendex DOE toolkit has 12 modules: Alpha, IBD, CIBD, RCD, RRCD, FEADO, MIGA, SOD, CUT, RAT, NOA, LHD (and Sudoku). Suppose you want to use the IBD module at any directory, issue the following command:
java -cp c:\Gendex ibd

Alternatively, you can issue the following command

java -cp c:\Gendex menu
to bring up the following menu:

You then just have to click on the IBD button of this menu.

Of the 12 modules, Alpha, IBD and CIBD are fairly easy to use. RCD requires an input file containing a non-resolvable incomplete block designs with blocks as columns. RRCD requires an input file containing a resolvable incomplete block designs with blocks as columns. CUT and RAT require input files. FEADO, MIGA, SOD, NOA and LHD do not require input files. However, they will accept the input file if the file name is specified. The mentioned text files can be created by the Notepad editor by copying the design in the Gendex Output Window into Notepad (using <CTRL>C and <CTRL>V key combinations).

Note: Before using a particular Gendex Module, you should read the user's note of this module.

©2000-2010 DesignComputing