Uses of Interface
choco.kernel.model.constraints.automaton.penalty.IPenaltyFunction

Packages that use IPenaltyFunction
choco   
choco.cp.solver.constraints.global.automata.fast_multicostregular   
choco.kernel.model.constraints.automaton.FA.utils   
choco.kernel.model.constraints.automaton.penalty   
 

Uses of IPenaltyFunction in choco
 

Methods in choco with parameters of type IPenaltyFunction
static Constraint Choco.softMultiCostRegular(IntegerVariable[] vars, IntegerVariable[] counters, IntegerVariable[] penaltyVars, IntegerVariable globalPenalty, IPenaltyFunction[] pfunction, IAutomaton auto, int[][][][] costs)
           
static Constraint Choco.softMultiCostRegular(IntegerVariable[] vars, IntegerVariable[] counters, IntegerVariable[] penaltyVars, IntegerVariable globalPenalty, IPenaltyFunction[] pfunction, IAutomaton auto, int[][][][] costs, int... sumDimension)
           
 

Uses of IPenaltyFunction in choco.cp.solver.constraints.global.automata.fast_multicostregular
 

Constructors in choco.cp.solver.constraints.global.automata.fast_multicostregular with parameters of type IPenaltyFunction
SoftMultiCostRegular(IntDomainVar[] x, IntDomainVar[] y, IntDomainVar[] z, IntDomainVar Z, int[] indexes, IPenaltyFunction[] f, IAutomaton pi, int[][][][] costs, CPSolver solver)
           
 

Uses of IPenaltyFunction in choco.kernel.model.constraints.automaton.FA.utils
 

Fields in choco.kernel.model.constraints.automaton.FA.utils declared as IPenaltyFunction
 IPenaltyFunction Bounds.MinMax.penalty
           
 

Methods in choco.kernel.model.constraints.automaton.FA.utils with parameters of type IPenaltyFunction
static Bounds Bounds.makeBounds(int minValue, int minPrefered, IPenaltyFunction minPenaltyFunction, int maxValue, int maxPrefered, IPenaltyFunction maxPenaltyFunction)
           
static Bounds Bounds.makeMaxBounds(int maxValue, int maxPrefered, IPenaltyFunction maxPenaltyFunction)
           
static Bounds Bounds.makeMinBounds(int minValue, int minPrefered, IPenaltyFunction minPenaltyFunction)
           
 

Uses of IPenaltyFunction in choco.kernel.model.constraints.automaton.penalty
 

Classes in choco.kernel.model.constraints.automaton.penalty that implement IPenaltyFunction
 class AbstractPenaltyFunction
          Created by IntelliJ IDEA.
 class IsoPenaltyFunction
          Created by IntelliJ IDEA.
 class LinearPenaltyFunction
          Created by IntelliJ IDEA.
 class NullPenaltyFunction
          Created by IntelliJ IDEA.
 



Copyright © 2012. All Rights Reserved.