choco.kernel.model.constraints.automaton.penalty
Class NullPenaltyFunction

java.lang.Object
  extended by choco.kernel.model.constraints.automaton.penalty.AbstractPenaltyFunction
      extended by choco.kernel.model.constraints.automaton.penalty.NullPenaltyFunction
All Implemented Interfaces:
IPenaltyFunction

public class NullPenaltyFunction
extends AbstractPenaltyFunction

Created by IntelliJ IDEA. User: julien Date: May 3, 2010 Time: 6:50:02 PM


Constructor Summary
NullPenaltyFunction()
           
 
Method Summary
 double maxGHat(double lambda, IntDomainVar var)
           
 double minGHat(double lambda, IntDomainVar var)
           
 int penalty(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullPenaltyFunction

public NullPenaltyFunction()
Method Detail

penalty

public int penalty(int value)
Specified by:
penalty in interface IPenaltyFunction
Specified by:
penalty in class AbstractPenaltyFunction

minGHat

public double minGHat(double lambda,
                      IntDomainVar var)
Specified by:
minGHat in interface IPenaltyFunction
Overrides:
minGHat in class AbstractPenaltyFunction

maxGHat

public double maxGHat(double lambda,
                      IntDomainVar var)
Specified by:
maxGHat in interface IPenaltyFunction
Overrides:
maxGHat in class AbstractPenaltyFunction


Copyright © 2012. All Rights Reserved.