edu.ucla.belief.recursiveconditioning
Class CachingDFBnB.CacheFactorInstance

Object
  extended by CachingDFBnB.CacheFactorInstance
Enclosing class:
CachingDFBnB

public static class CachingDFBnB.CacheFactorInstance
extends Object


Constructor Summary
CachingDFBnB.CacheFactorInstance()
           
CachingDFBnB.CacheFactorInstance(double bestCost, BigInteger bestCFSetting)
           
 
Method Summary
 BigInteger bestCFSetting()
           
 double bestCost()
           
 boolean guaranteedOptimal()
           
 String toString()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CachingDFBnB.CacheFactorInstance

public CachingDFBnB.CacheFactorInstance(double bestCost,
                                        BigInteger bestCFSetting)

CachingDFBnB.CacheFactorInstance

public CachingDFBnB.CacheFactorInstance()
Method Detail

bestCost

public double bestCost()

bestCFSetting

public BigInteger bestCFSetting()

guaranteedOptimal

public boolean guaranteedOptimal()

toString

public String toString()
Overrides:
toString in class Object


Copyright 2010 UCLA Automated Reasoning Group