omnics.sample
Class StillLifeProblem

java.lang.Object
  extended by omnics.Problem
      extended by omnics.sample.StillLifeProblem
All Implemented Interfaces:
java.io.Serializable

public class StillLifeProblem
extends Problem

Author:
Cristian Frasinaru
See Also:
Serialized Form

Field Summary
 
Fields inherited from class omnics.Problem
constraints, description, INCONSISTENT, name, optimum, SIMPLE, SOLVED, solver, UNKNOWN, valuation, variables
 
Constructor Summary
StillLifeProblem(int n)
          Creates a new instance of StillLifeProblem
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class omnics.Problem
addConstraint, addVariable, createSolver, createSolver, createVariables, createVariables, getConstraints, getConstraints, getDescription, getName, getOptimum, getSolver, getValuationStructure, getVarArray, getVariables, getVariables, reduce, removeConstraint, removeConstraints, removeVariable, removeVariables, searchSpaceSize, setConstraints, setConstraints, setDescription, setName, setOptimum, setSolver, setValuationStructure, setVariables, setVariables, size, sortVariables, toString, variable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StillLifeProblem

public StillLifeProblem(int n)
Creates a new instance of StillLifeProblem

Method Detail

main

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