ProGAL.proteins.beltaStructure.bnb.lowerBounds
Class Diameter_Clash_LowerBound

java.lang.Object
  extended by ProGAL.proteins.beltaStructure.bnb.lowerBounds.Diameter_Clash_LowerBound
All Implemented Interfaces:
LowerBound

public class Diameter_Clash_LowerBound
extends java.lang.Object
implements LowerBound

A lower bound that seeks to minimize the diameter of the structure while not allowing any clashes.

Author:
R.Fonseca

Constructor Summary
Diameter_Clash_LowerBound()
           
 
Method Summary
 double lowerBound(BnBNode n, BnBSolver solver)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Diameter_Clash_LowerBound

public Diameter_Clash_LowerBound()
Method Detail

lowerBound

public double lowerBound(BnBNode n,
                         BnBSolver solver)
Specified by:
lowerBound in interface LowerBound