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

L

label(int) - Method in class JaCoP.search.DepthFirstSearch
This function is called recursively to assign variables one by one.
label(int) - Method in interface JaCoP.search.Search
This function is called recursively to assign variables one by one.
labeling() - Method in class JaCoP.search.DepthFirstSearch
It is a labeling function called if the search is a sub-search being called from the parent search.
labeling(Store, SelectChoicePoint<T>) - Method in class JaCoP.search.DepthFirstSearch
 
labeling(Store, SelectChoicePoint<T>, IntVar) - Method in class JaCoP.search.DepthFirstSearch
 
labeling() - Method in interface JaCoP.search.Search
It performs search, first by setting up the internal items/attributes of search, followed later by a call to labeling function with argument specifying the index of the first not grounded variable.
labeling(Store, SelectChoicePoint<T>) - Method in interface JaCoP.search.Search
It performs search using supplied choice point selection heuristic.
labeling(Store, SelectChoicePoint<T>, IntVar) - Method in interface JaCoP.search.Search
It performs search using supplied choice point selection heuristic, as well as costVariable as aim at finding an optimal solution.
LARGE_COST - Static variable in class JaCoP.constraints.netflow.simplex.NetworkSimplex
 
LargestDomain<T extends Var> - Class in JaCoP.search
Defines LargestDomain comparator for Variables.
LargestDomain() - Constructor for class JaCoP.search.LargestDomain
It constructs variable comparator based on the largest domain priority.
LargestMax<T extends IntVar> - Class in JaCoP.search
Defines a LargestMax comparator for Variables.
LargestMax() - Constructor for class JaCoP.search.LargestMax
It constructs variable comparator with priority based on the largest maximal value.
LargestMin<T extends IntVar> - Class in JaCoP.search
Defines a LargestMin comparator for Variables.
LargestMin() - Constructor for class JaCoP.search.LargestMin
It constructs variable comparator with priority based on the largest minimal value.
last - Variable in class JaCoP.constraints.ExtensionalSupportSTR
Gives the position of the last tuple (in the current list) or -1 if the current list is empty.
last - Variable in class JaCoP.constraints.knapsack.Tree
It specifies the last (counting from left to right), the least efficient item in the tree.
lastAssignedVariablePosition - Variable in class JaCoP.constraints.ExtensionalSupportSTR
 
lastIncreasedOfMin() - Method in class JaCoP.constraints.knapsack.TreeLeaf
Used to know the changes that occurred
lastIndexOf(Object) - Method in class JaCoP.util.SimpleArrayList
Returns the index of the last occurrence of the specified object in this list.
lastModifiedArcs - Variable in class JaCoP.constraints.netflow.Network
Set of arcs modified at current level
lastResidue - Variable in class JaCoP.constraints.ExtensionalSupportSTR
It stores the position of the last residue.
latexFile - Variable in class JaCoP.constraints.regular.Regular
Name of the file to store the latex output after consistency call The output will be : file_name + "call number" + ".tex"
LB - Static variable in interface JaCoP.fz.ParserConstants
RegularExpression Id.
LBOX - Static variable in interface JaCoP.fz.ParserConstants
RegularExpression Id.
lca(Node) - Method in class JaCoP.constraints.netflow.simplex.Node
Finds the root of the smallest subtree that contains both this node and that node.
LDS<T extends Var> - Class in JaCoP.search
Defines functionality of limited discrepancy search.
LDS(int) - Constructor for class JaCoP.search.LDS
The search will not be allowed to deviate more than maxDiscrepancies times from the heuristic (e.g.
leaves - Variable in class JaCoP.constraints.knapsack.Knapsack
It stores all the leaves of the knapsack tree in one array.
left - Variable in class JaCoP.constraints.knapsack.TreeNode
It specifies the left child.
leftChild(T, int, boolean) - Method in class JaCoP.search.CreditCalculator
It is executed after exiting the left child.
leftChild(PrimitiveConstraint, boolean) - Method in class JaCoP.search.CreditCalculator
It is executed after exiting the left child.
leftChild(T, int, boolean) - Method in interface JaCoP.search.ExitChildListener
It is executed after exiting the left child.
leftChild(PrimitiveConstraint, boolean) - Method in interface JaCoP.search.ExitChildListener
It is executed after exiting the left child.
leftChild(T, int, boolean) - Method in class JaCoP.search.LDS
It is executed after exiting the left child.
leftChild(PrimitiveConstraint, boolean) - Method in class JaCoP.search.LDS
It is executed after exiting the left child.
leftChild(T, int, boolean) - Method in class JaCoP.search.NoGoodsCollector
It is executed after exiting left child.
leftChild(PrimitiveConstraint, boolean) - Method in class JaCoP.search.NoGoodsCollector
 
leftChild(IntVar, int, boolean) - Method in class JaCoP.search.Shaving
 
leftChild(PrimitiveConstraint, boolean) - Method in class JaCoP.search.Shaving
 
leftChild(T, int, boolean) - Method in class JaCoP.search.TraceGenerator
 
leftChild(PrimitiveConstraint, boolean) - Method in class JaCoP.search.TraceGenerator
 
leftElement(int) - Method in class JaCoP.core.BoundDomain
 
leftElement(int) - Method in class JaCoP.core.IntDomain
It returns the left most element of the given interval.
leftElement(int) - Method in class JaCoP.core.IntervalDomain
It returns the left most element of the given interval.
leftElement(int) - Method in class JaCoP.core.SmallDenseDomain
 
leftFirst - Variable in class JaCoP.search.SplitSelect
It specifies if the left branch (values smaller or equal to the value selected) are first considered.
leftNeighbor - Variable in class JaCoP.constraints.knapsack.TreeNode
It specifies the left neighbor.
length - Variable in class JaCoP.constraints.geost.DBox
It specifies for each dimension the length of dbox in that dimension.
length - Variable in class JaCoP.constraints.Rectangle
It specifies the length of the rectangle in each dimension.
level - Variable in class JaCoP.constraints.regular.RegState
It specifies the level, the variable position this state is associated with.
level() - Method in interface JaCoP.core.Backtrackable
It returns the level of the object (its last copy of the state).
level() - Method in class JaCoP.core.BooleanVar
This function returns stamp of the current domain of variable.
level() - Method in class JaCoP.core.IntVar
This function returns stamp of the current domain of variable.
level - Variable in class JaCoP.core.Store
It specifies the time point in the search.
level() - Method in class JaCoP.core.Var
This function returns stamp of the current domain of variable.
level() - Method in class JaCoP.set.core.SetVar
This function returns stamp of the current domain of variable.
Lex - Class in JaCoP.constraints
It constructs a Lex (lexicographical order) constraint.
Lex(IntVar[][]) - Constructor for class JaCoP.constraints.Lex
It creates a lexicographical order for vectors x[i], i.e.
Lex(IntVar[][], boolean) - Constructor for class JaCoP.constraints.Lex
 
lex(IntDomain) - Method in class JaCoP.core.IntDomain
Returns the lexical ordering between the sets
Lex - Class in JaCoP.set.constraints
It creates a lex constraint on a list of set variables.
Lex(SetVar, SetVar) - Constructor for class JaCoP.set.constraints.Lex
It constructs an Lexical ordering constraint to restrict the domain of the variables a and b.
Lex(SetVar, SetVar, boolean) - Constructor for class JaCoP.set.constraints.Lex
It constructs an Lexical ordering constraint to restrict the domain of the variables a and b.
LexicographicalOrder - Interface in JaCoP.constraints.geost
 
lexLT - Variable in class JaCoP.constraints.Lex
Is the lex enforcing lower then relationship?
lexStateNames - Static variable in class JaCoP.fz.ParserTokenManager
Lexer state names.
limit - Variable in class JaCoP.constraints.Cumulative
It specifies the limit of the profile of cumulative use of resources.
LimitStudentTotalConstraint - Class in tlass.project.constraintTypes
 
LimitStudentTotalConstraint() - Constructor for class tlass.project.constraintTypes.LimitStudentTotalConstraint
Constructor for this constraint.
list - Variable in class JaCoP.constraints.Alldifferent
It specifies a list of variables which must take different values.
list - Variable in class JaCoP.constraints.Alldistinct
It specifies all variables which have to have different values.
list - Variable in class JaCoP.constraints.Among
It specifies the list of variables whose values are checked.
list - Variable in class JaCoP.constraints.AndBool
It specifies a list of variables which all must be equal to 1 to set result variable to 1.
list - Variable in class JaCoP.constraints.Count
The list of variables which are checked and counted if equal to specified value.
list - Variable in class JaCoP.constraints.CountStudents
The list of variables which are checked and counted if equal to specified value.
list - Variable in class JaCoP.constraints.ElementInteger
It specifies list of variables within an element constraint list[index-indexOffset] = value.
list - Variable in class JaCoP.constraints.ElementVariable
It specifies list of variables within an element constraint list[index - indexOffset] = value.
list - Variable in class JaCoP.constraints.EqBool
It specifies x variables in the constraint.
list - Variable in class JaCoP.constraints.ExtensionalConflictVA
It stores variables within this extensional constraint, order does matter.
list - Variable in class JaCoP.constraints.ExtensionalSupportSTR
It stores variables within this extensional constraint, order does matter.
list - Variable in class JaCoP.constraints.ExtensionalSupportVA
It stores variables within this extensional constraint, order does matter.
list - Variable in class JaCoP.constraints.Max
It specifies a list of variables among which a maximum value is being searched for.
list - Variable in class JaCoP.constraints.Min
It specifies a list of variables among which the minimum value is being searched for.
list - Variable in class JaCoP.constraints.OrBool
It specifies a list of variables among which one must be equal to 1 to set result variable to 1.
list - Variable in class JaCoP.constraints.regular.Regular
Array of the variables of the graph levels
list - Variable in class JaCoP.constraints.Sum
It specifies the variables to be summed.
list - Variable in class JaCoP.constraints.SumWeight
It specifies a list of variables being summed.
list - Variable in class JaCoP.set.constraints.ElementSet
It specifies a list of sets from which one element will be made equal to set variable value.
list - Variable in class JaCoP.set.constraints.Match
It specifies the list of integer variables which value is being matched against elements from a set variable a.
listOfC - Variable in class JaCoP.constraints.And
It specifies a list of constraints which must be satisfied to keep And constraint satisfied.
listOfC - Variable in class JaCoP.constraints.Or
It specifies a list of constraints from which one constraint must be satisfied.
listOfValues - Variable in class JaCoP.constraints.NoGood
It specifies a list of values in no-good constraint.
listOfVars - Variable in class JaCoP.constraints.NoGood
It specifies a list of variables in no-good constraint.
listOfX - Variable in class JaCoP.constraints.AmongVar
List of variables x which values are checked against values of variables y.
listOfY - Variable in class JaCoP.constraints.AmongVar
It specifies what values we are counting in the list of x's.
listRepresentation - Variable in class JaCoP.constraints.regular.Regular
It specifies if the edges should have a list of values associated with them.
listVariables() - Method in class JaCoP.constraints.netflow.ArcCompanion
 
listVariables() - Method in class JaCoP.constraints.netflow.DomainStructure
 
listVariables() - Method in class JaCoP.constraints.netflow.MultiVarHandler
 
listVariables() - Method in class JaCoP.constraints.netflow.NetworkBuilder
 
listVariables() - Method in interface JaCoP.constraints.netflow.VarHandler
 
lit - Variable in class JaCoP.util.fsm.RegularExpressionParser.Literal
String denoting the literal.
Literal - Static variable in class JaCoP.util.fsm.RegularExpressionParser
The constant denoting simple literal.
load - Variable in class JaCoP.constraints.binpacking.Binpacking
It specifies a list of variables which define bin load.
loadModel(Model) - Method in class tlass.project.model.Model
Replaces all the data in the model with the data from the given model
loadModel(Model) - Method in class tlass.project.ModelHandler
Loads the supplied model
loadSemester(String) - Method in class tlass.project.SemesterHandler
Loads the semesters from the DataStore
LoginHandler - Class in tlass.project
 
LoginHandler() - Constructor for class tlass.project.LoginHandler
 
LoginMenu - Class in tlass.project.gui
 
LoginMenu(Controller) - Constructor for class tlass.project.gui.LoginMenu
Create a login menu
LoginWindow - Class in tlass.project.gui
 
LoginWindow(JFrame, Controller) - Constructor for class tlass.project.gui.LoginWindow
Build graphical elements and connect them to the Login system The hostController will be notified when we're logged in
logout - Variable in class tlass.project.gui.MainMenu
 
longCost() - Method in class JaCoP.constraints.netflow.simplex.Arc
 
lower - Variable in class JaCoP.constraints.netflow.simplex.NetworkSimplex
 
LP - Static variable in interface JaCoP.fz.ParserConstants
RegularExpression Id.
lub - Variable in class JaCoP.set.core.BoundSetDomain
The least upper bound of the domain.
lub() - Method in class JaCoP.set.core.BoundSetDomain
It returns the least upper bound of the domain.
LUB - Static variable in class JaCoP.set.core.SetDomain
It specifies event that LUB has shrank.
lub() - Method in class JaCoP.set.core.SetDomain
It returns the least upper bound of the domain.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z