samples.tutorials.puzzles
Class DonaldGeraldRobert

java.lang.Object
  extended by samples.tutorials.PatternExample
      extended by samples.tutorials.puzzles.DonaldGeraldRobert
All Implemented Interfaces:
Example

public class DonaldGeraldRobert
extends PatternExample


Field Summary
static IntegerVariable A
           
static IntegerVariable B
           
static IntegerVariable D
           
static IntegerVariable E
           
static IntegerVariable G
           
static IntegerVariable L
           
protected static Logger LOGGER
           
static IntegerVariable N
           
static IntegerVariable O
           
static IntegerVariable R
           
static IntegerVariable T
           
 
Fields inherited from class samples.tutorials.PatternExample
model, solver
 
Constructor Summary
DonaldGeraldRobert()
           
 
Method Summary
 void buildModel()
           
 void buildSolver()
           
static void main(String[] args)
           
 void prettyOut()
           
 void printDescription()
           
 void solve()
           
 
Methods inherited from class samples.tutorials.PatternExample
execute, execute, readArgs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final Logger LOGGER

D

public static IntegerVariable D

O

public static IntegerVariable O

N

public static IntegerVariable N

A

public static IntegerVariable A

L

public static IntegerVariable L

G

public static IntegerVariable G

E

public static IntegerVariable E

R

public static IntegerVariable R

B

public static IntegerVariable B

T

public static IntegerVariable T
Constructor Detail

DonaldGeraldRobert

public DonaldGeraldRobert()
Method Detail

printDescription

public void printDescription()
Overrides:
printDescription in class PatternExample

buildModel

public void buildModel()
Specified by:
buildModel in class PatternExample

buildSolver

public void buildSolver()
Specified by:
buildSolver in class PatternExample

solve

public void solve()
Specified by:
solve in class PatternExample

prettyOut

public void prettyOut()
Specified by:
prettyOut in class PatternExample

main

public static void main(String[] args)


Copyright © 2012. All Rights Reserved.