choco.kernel.model.constraints.geost
Class GeostOptions

java.lang.Object
  extended by choco.kernel.model.constraints.geost.GeostOptions

public class GeostOptions
extends Object

Created by IntelliJ IDEA. User: szampelli Date: 10 ao�t 2009 Time: 13:35:09 To change this template use File | Settings | File Templates.


Field Summary
static boolean boxModeOnly
           
static boolean circleRandom
           
static boolean clipping
           
static boolean debug
           
static HashMap<Integer,HashMap<Integer,Integer>> delta
           
static boolean deltaModeOnly
           
static long deltaOne
           
static boolean deltasucc
           
static long deltaZero
           
static FileOutputStream fileSerial
           
static boolean findboxinterout
           
static boolean findboxinteroutonly
           
static boolean findboxtriangle
           
static boolean firstTimeGetDeltaFR
           
static long GetFRCalled
           
static long GetFRCalls
           
static long handleSolution1
           
static long handleSolution2
           
static long handleSolution3
           
 HashMap<com.sun.tools.javac.util.Pair<Integer,Integer>,Boolean> included
           
static boolean increment
           
static boolean intersection
           
static int interval_size
           
static int max_nbr_jumps
           
static boolean[][] memo_objects
           
static boolean memoisation
           
static boolean mixmode
           
static int nbr_jumps
           
static int nbr_propagations
           
static int nbr_steps
           
static int phase
           
static boolean processing
           
static double[][] prop
           
 boolean propag_failed
           
static boolean propModeOnly
           
static long PruneFixCalled
           
static ObjectOutput serial
           
static boolean singleboxonly
           
static int state_FR
           
static HashMap<Integer,HashMap<Integer,List<Integer>>> succDelta
           
static int sum_jumps
           
static long sum_square_jumps
           
static long timefilterWithGreedyMode
           
static long timefilterWithoutGreedyMode
           
static long timeFixAllObj
           
static long timeFixObj
           
static long timeGetFR
           
static long timeIsFeasible
           
static long timePruneFix
           
 int tried_propagation
           
 boolean try_propagation
           
static boolean unaryCirclePackingHeuristic
           
static boolean useinterbox
           
 boolean useNumericEngine
           
static boolean usevectorbox
           
static boolean viewsol
           
static boolean vizuRandom
           
static boolean worst_increase
           
 
Constructor Summary
GeostOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeFixObj

public static long timeFixObj

timeFixAllObj

public static long timeFixAllObj

timePruneFix

public static long timePruneFix

timeGetFR

public static long timeGetFR

timeIsFeasible

public static long timeIsFeasible

GetFRCalled

public static long GetFRCalled

PruneFixCalled

public static long PruneFixCalled

timefilterWithGreedyMode

public static long timefilterWithGreedyMode

timefilterWithoutGreedyMode

public static long timefilterWithoutGreedyMode

handleSolution1

public static long handleSolution1

handleSolution2

public static long handleSolution2

handleSolution3

public static long handleSolution3

memo_objects

public static boolean[][] memo_objects

clipping

public static boolean clipping

interval_size

public static int interval_size

GetFRCalls

public static long GetFRCalls

deltaOne

public static long deltaOne

deltaZero

public static long deltaZero

delta

public static HashMap<Integer,HashMap<Integer,Integer>> delta

succDelta

public static HashMap<Integer,HashMap<Integer,List<Integer>>> succDelta

serial

public static ObjectOutput serial

fileSerial

public static FileOutputStream fileSerial

prop

public static double[][] prop

boxModeOnly

public static boolean boxModeOnly

propModeOnly

public static boolean propModeOnly

deltaModeOnly

public static boolean deltaModeOnly

circleRandom

public static boolean circleRandom

vizuRandom

public static boolean vizuRandom

firstTimeGetDeltaFR

public static boolean firstTimeGetDeltaFR

debug

public static boolean debug

findboxinterout

public static boolean findboxinterout

findboxinteroutonly

public static boolean findboxinteroutonly

findboxtriangle

public static boolean findboxtriangle

singleboxonly

public static boolean singleboxonly

mixmode

public static boolean mixmode

intersection

public static boolean intersection

deltasucc

public static boolean deltasucc

usevectorbox

public static boolean usevectorbox

useinterbox

public static boolean useinterbox

processing

public static boolean processing

unaryCirclePackingHeuristic

public static boolean unaryCirclePackingHeuristic

viewsol

public static boolean viewsol

phase

public static int phase

nbr_jumps

public static int nbr_jumps

max_nbr_jumps

public static int max_nbr_jumps

sum_jumps

public static int sum_jumps

sum_square_jumps

public static long sum_square_jumps

nbr_propagations

public static int nbr_propagations

worst_increase

public static boolean worst_increase

state_FR

public static int state_FR

nbr_steps

public static int nbr_steps

memoisation

public static boolean memoisation

increment

public static boolean increment

included

public HashMap<com.sun.tools.javac.util.Pair<Integer,Integer>,Boolean> included

propag_failed

public boolean propag_failed

try_propagation

public boolean try_propagation

tried_propagation

public int tried_propagation

useNumericEngine

public boolean useNumericEngine
Constructor Detail

GeostOptions

public GeostOptions()


Copyright © 2012. All Rights Reserved.