samples.tutorials.to_sort.socialgolfer
Class ExSocialGolfer

java.lang.Object
  extended by samples.tutorials.to_sort.socialgolfer.ExSocialGolfer

public class ExSocialGolfer
extends Object


Field Summary
 int g
           
protected static Logger LOGGER
           
 int s
           
 int w
           
 
Constructor Summary
ExSocialGolfer(int w, int g, int s)
           
 
Method Summary
 void booleanSocialGofler()
           
 int[] getOneMatrix(int n)
           
static void main(String[] args)
           
 void printSol(IntegerVariable[][][] gvars, Solver solver)
           
 
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

w

public int w

g

public int g

s

public int s
Constructor Detail

ExSocialGolfer

public ExSocialGolfer(int w,
                      int g,
                      int s)
Method Detail

getOneMatrix

public int[] getOneMatrix(int n)

booleanSocialGofler

public void booleanSocialGofler()

printSol

public void printSol(IntegerVariable[][][] gvars,
                     Solver solver)

main

public static void main(String[] args)


Copyright © 2012. All Rights Reserved.