fr.jussieu.gla.wasa.samples.magicsquare
Class MagicSquareProblem

java.lang.Object
  |
  +--fr.jussieu.gla.wasa.core.Problem
        |
        +--fr.jussieu.gla.wasa.samples.magicsquare.MagicSquareProblem

public class MagicSquareProblem
extends Problem

The magic square problem.

Version:
$Revision: 1.8 $ $Date: 2002/04/17 15:24:08 $
Author:
Florent Selva, Laurent Caillette

Constructor Summary
MagicSquareProblem(int p_size)
           
 
Method Summary
 void printInfo()
          Displays informations about the square.
 
Methods inherited from class fr.jussieu.gla.wasa.core.Problem
add, add, contains, getConstraint, getConstraintCount, getConstraints, getEngine, getErrorMixer, getExplorer, getExplorerCount, getExplorers, getRandomConfigurator, getVar, getVarCount, getVars, restore, setErrorMixer, setRandomConfigurator, snapshot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MagicSquareProblem

public MagicSquareProblem(int p_size)
Method Detail

printInfo

public void printInfo()
Displays informations about the square.