A B C D E F G H I J L M N O P R S T U V W X

F

FloatIntervalSet - class jopt.csp.util.FloatIntervalSet.
A sorted set of float intervals
FloatIntervalSet() - Constructor for class jopt.csp.util.FloatIntervalSet
Creates a new set
FloatIntervalSetListener - interface jopt.csp.util.FloatIntervalSetListener.
Interface that can be implemented by a class that wishes to be notified of addition and removal of intervals from a set
FloatSet - class jopt.csp.util.FloatSet.
Base class for float sets
FloatSet() - Constructor for class jopt.csp.util.FloatSet
 
FloatSolution - class jopt.csp.solution.FloatSolution.
Solution to an float variable
FloatSparseSet - class jopt.csp.util.FloatSparseSet.
A sorted set of individual float values
FloatSparseSet() - Constructor for class jopt.csp.util.FloatSparseSet
Creates a new set
FloatSparseSetListener - interface jopt.csp.util.FloatSparseSetListener.
Interface that can be implemented by a class that wishes to be notified of addition and removal of values from a float set
FloatUtil - class jopt.csp.util.FloatUtil.
Float type utility functions
FloatUtil() - Constructor for class jopt.csp.util.FloatUtil
 
failLimit(int) - Method in interface jopt.csp.search.SearchLimits
Creates a new failure search limit that will stop searching after a specified number of backtracking failures during searching.
first() - Method in interface jopt.csp.search.SearchGoals
Creates a goal that will direct the search to end after the first solution is found.
flipNeighborhood(CspIntVariable[]) - Method in interface jopt.csp.search.LocalSearch
Creates a neighborhood that is useful for flipping 0 and 1 values on binary variables.
floatVar(String, float, float) - Method in interface jopt.csp.variable.CspVariableFactory
Creates an instance of a CspFloatVariable object; uses an interval-based domain by default
floatVar(String, CspFloatVariable) - Method in interface jopt.csp.variable.CspVariableFactory
Creates an instance of a CspFloatVariable object
floatVar(String, CspFloatCast) - Method in interface jopt.csp.variable.CspVariableFactory
Creates an instance of a CspFloatVariable object based on an expression.
freeIntervalsOfZeroWorth() - Method in class jopt.csp.util.IntValIntervalSet
 

A B C D E F G H I J L M N O P R S T U V W X