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 

M

main(String[]) - Static method in class JaCoP.fz.Fz2jacop
It parses the provided file and parsing parameters followed by problem solving.
main(String[]) - Static method in class tlass.project.Controller
Main calling function.
MainMenu - Class in tlass.project.gui
 
MainMenu(Controller) - Constructor for class tlass.project.gui.MainMenu
construct the main menu
MainWindow - Class in tlass.project.gui
 
MainWindow(Controller) - Constructor for class tlass.project.gui.MainWindow
Constructor
makeLabelStyle(JTextArea) - Static method in class tlass.project.gui.AuditDialog
Static function that will style a JTextArea to look like a JLabel Taken from http://www.coderanch.com/t/338648/GUI/java/Multiple-lines-JLabel
makeLabelStyleTest() - Method in class tlass.unitTesting.gui.TestAuditDialog
test the make Lable Style function to make sure that the JTextArea inputted is the same as outputted
makeTime(int, int, String) - Static method in class tlass.project.model.TimeBlock
Creates a minute-total time
map - Variable in class JaCoP.constraints.netflow.NetworkFlow
The variables and their handlers
markTree(boolean) - Method in class JaCoP.constraints.netflow.simplex.Node
Sets or clears a mark on a subtree rooted at this node
masterOrdering() - Method in interface JaCoP.constraints.geost.LexicographicalOrder
It returns the ordering of dimensions used when no shift is applied (i.e.
masterOrdering() - Method in class JaCoP.constraints.geost.PredefinedOrder
 
masterOrdering() - Method in class JaCoP.constraints.geost.ShiftOrder
 
masterSearch - Variable in class JaCoP.search.DepthFirstSearch
If this search is a sub-search then this pointer will point out to the master search (i.e.
Match - Class in JaCoP.set.constraints
This constraint matches the elements of the given set variable onto a list of integer variables.
Match(SetVar, IntVar[]) - Constructor for class JaCoP.set.constraints.Match
It constructs a match constraint to connect the value of set variable a to the values of integer variables provided in the list.
max() - Method in class JaCoP.constraints.knapsack.TreeLeaf
 
Max - Class in JaCoP.constraints
Max constraint implements the Maximum/2 constraint.
Max(IntVar[], IntVar) - Constructor for class JaCoP.constraints.Max
It constructs max constraint.
Max(ArrayList<? extends IntVar>, IntVar) - Constructor for class JaCoP.constraints.Max
It constructs max constraint.
max - Variable in class JaCoP.constraints.Max
It specifies variable max which stores the maximum value present in the list.
max() - Method in class JaCoP.constraints.Profile
It returns the max height of the profile item encountered in the profile.
max - Variable in class JaCoP.constraints.ProfileItem
It specifies the ending point of the profile item.
max() - Method in class JaCoP.constraints.ProfileItem
It returns the ending point of the profile item.
max - Variable in class JaCoP.core.BoundDomain
The maximal value of the domain.
max() - Method in class JaCoP.core.BoundDomain
 
max() - Method in class JaCoP.core.IntDomain
It returns the maximum value in a domain.
max - Variable in class JaCoP.core.Interval
It specifies the maximal value in the interval.
max() - Method in class JaCoP.core.Interval
It returns the right bound of the interval (maximum value).
max() - Method in class JaCoP.core.IntervalDomain
It returns the maximum value in a domain.
max() - Method in class JaCoP.core.IntVar
This function returns current maximal value in the domain of the variable.
max() - Method in class JaCoP.core.SmallDenseDomain
 
MaxCardDiff<T extends SetVar> - Class in JaCoP.set.search
Defines a maximum cardinality difference variable comparator.
MaxCardDiff() - Constructor for class JaCoP.set.search.MaxCardDiff
It constructs a maximum cardinality difference variable comparator.
MaxGlbCard<T extends SetVar> - Class in JaCoP.set.search
Defines a maximum cardinality, of the greatest lowest bound, variable comparator.
MaxGlbCard() - Constructor for class JaCoP.set.search.MaxGlbCard
It constructs a maximum cardinality, of the greatest lowest bound, variable comparator.
MAXIMIZE - Static variable in interface JaCoP.fz.ParserConstants
RegularExpression Id.
MaxInt - Static variable in class JaCoP.core.IntDomain
It specifies the maximum element in the domain.
maxLevel() - Method in class JaCoP.constraints.Rectangle
It computes the maximum level of any variable constituting the rectangle.
MaxLubCard<T extends SetVar> - Class in JaCoP.set.search
Defines a maximum cardinality, of the least upper bound, variable comparator.
MaxLubCard() - Constructor for class JaCoP.set.search.MaxLubCard
It constructs a maximum cardinality, of the least upper bound, variable comparator.
maxProfile - Variable in class JaCoP.constraints.Cumulative
It contains information about maximal profile contributed by tasks.
MaxRegret<T extends IntVar> - Class in JaCoP.search
Defines a MaxRegret comparator for Variables.
MaxRegret() - Constructor for class JaCoP.search.MaxRegret
It constructs MaxRegret comparator.
maxScoreSum - Variable in class JaCoP.constraints.netflow.Statistics
 
mdd - Variable in class JaCoP.constraints.ExtensionalSupportMDD
It specifies a multiple value decision diagram used by this constraint.
MDD - Class in JaCoP.util
Defines an MDD as used in the following paper.
MDD(IntVar[], int[], int[]) - Constructor for class JaCoP.util.MDD
It creates an MDD.
MDD(IntVar[], int[], int[][]) - Constructor for class JaCoP.util.MDD
It creates and MDD representation given the list of variables and (dis)allowed tuples.
MDD(IntVar[], int[][]) - Constructor for class JaCoP.util.MDD
It creates and MDD representation given the list of variables and (dis)allowed tuples.
MDD(IntVar[]) - Constructor for class JaCoP.util.MDD
It creates and MDD representation given the list of variables.
members - Variable in class JaCoP.util.SparseSet
It specifies number of elements in the SparseSet.
merge(Tree) - Method in class JaCoP.constraints.knapsack.Tree
A merge method for trees, it added a new root from the ancients
metric(T) - Method in interface JaCoP.search.ComparatorVariable
It returns the metric of the variable given according to the comparator.
metric(T) - Method in class JaCoP.search.LargestDomain
 
metric(T) - Method in class JaCoP.search.LargestMax
 
metric(T) - Method in class JaCoP.search.LargestMin
 
metric(T) - Method in class JaCoP.search.MaxRegret
 
metric(T) - Method in class JaCoP.search.MinDomainOverDegree
 
metric(T) - Method in class JaCoP.search.MostConstrainedDynamic
 
metric(T) - Method in class JaCoP.search.MostConstrainedStatic
 
metric(T) - Method in class JaCoP.search.SmallestDomain
 
metric(T) - Method in class JaCoP.search.SmallestMax
 
metric(T) - Method in class JaCoP.search.SmallestMin
 
metric(T) - Method in class JaCoP.search.WeightedDegree
 
metric(T) - Method in class JaCoP.set.search.MaxCardDiff
Returns the metric(Cardinality difference) of the variable.
metric(T) - Method in class JaCoP.set.search.MaxGlbCard
Returns the cardinality of the glb.
metric(T) - Method in class JaCoP.set.search.MaxLubCard
Returns the cardinality of the lub.
metric(T) - Method in class JaCoP.set.search.MinCardDiff
Returns the metric(Cardinality difference) of the variable.
metric(T) - Method in class JaCoP.set.search.MinGlbCard
Returns the cardinality of the glb.
metric(T) - Method in class JaCoP.set.search.MinLubCard
Returns the cardinality of the lub.
min() - Method in class JaCoP.constraints.knapsack.TreeLeaf
 
Min - Class in JaCoP.constraints
Min constraint implements the minimum/2 constraint.
Min(IntVar[], IntVar) - Constructor for class JaCoP.constraints.Min
It constructs min constraint.
Min(ArrayList<? extends IntVar>, IntVar) - Constructor for class JaCoP.constraints.Min
It constructs min constraint.
min - Variable in class JaCoP.constraints.Min
It specifies variable min, which stores the minimum value within the whole list.
min - Variable in class JaCoP.constraints.ProfileItem
It specifies the starting point of the profile item.
min() - Method in class JaCoP.constraints.ProfileItem
It returns the starting point of the profile item.
min - Variable in class JaCoP.core.BoundDomain
The minimal value of the domain.
min() - Method in class JaCoP.core.BoundDomain
 
min() - Method in class JaCoP.core.IntDomain
It returns the minimum value in a domain.
min - Variable in class JaCoP.core.Interval
It specifies the minimal value in the interval.
min() - Method in class JaCoP.core.Interval
It returns the left range of the interval (minimum value).
min() - Method in class JaCoP.core.IntervalDomain
It returns the minimum value in a domain.
min() - Method in class JaCoP.core.IntVar
This function returns current minimal value in the domain of the variable.
min - Variable in class JaCoP.core.SmallDenseDomain
The minimal value present in this domain encoding.
min() - Method in class JaCoP.core.SmallDenseDomain
 
MinCardDiff<T extends SetVar> - Class in JaCoP.set.search
Defines a minimum cardinality difference variable comparator.
MinCardDiff() - Constructor for class JaCoP.set.search.MinCardDiff
It constructs a minimum cardinality difference variable comparator.
MinDomainOverDegree<T extends Var> - Class in JaCoP.search
Defines a MinDomainOverDegree comparator for Variables.
MinDomainOverDegree() - Constructor for class JaCoP.search.MinDomainOverDegree
It constructs variable comparator with priority based on the minimal value of domain size divided by the number of constraints currently attached to a variable.
MinGlbCard<T extends SetVar> - Class in JaCoP.set.search
Defines a minimum cardinality, of the greatest lowest bound, variable comparator.
MinGlbCard() - Constructor for class JaCoP.set.search.MinGlbCard
It constructs a minimum cardinality, of the greatest lowest bound, variable comparator.
MINIMIZE - Static variable in interface JaCoP.fz.ParserConstants
RegularExpression Id.
MinInt - Static variable in class JaCoP.core.IntDomain
It specifies the minimum element in the domain.
minLengthEq0() - Method in class JaCoP.constraints.Rectangle
It checks if a minimum length in any dimension of the rectangle can be equal 0.
MinLubCard<T extends SetVar> - Class in JaCoP.set.search
Defines a minimum cardinality, of the least upper bound, variable comparator.
MinLubCard() - Constructor for class JaCoP.set.search.MinLubCard
It constructs a minimum cardinality, of the least upper bound, variable comparator.
minProfile - Variable in class JaCoP.constraints.Cumulative
It contains information about minimal profile contributed by regions for certain occupied by tasks.
minScoreSum - Variable in class JaCoP.constraints.netflow.Statistics
 
minUse(int, IntRectangle) - Method in class JaCoP.constraints.Rectangle
 
minUse(IntRectangle) - Method in class JaCoP.constraints.Rectangle
 
model() - Method in class JaCoP.fz.Parser
GRAMMER STARTS
Model - Class in tlass.project.model
 
Model() - Constructor for class tlass.project.model.Model
Constructor for the MOdel.
model_end() - Method in class JaCoP.fz.Parser
 
modelConstraints - Variable in class JaCoP.core.Domain
It specifies constraints which are attached to current domain, each array has different pruning event.
modelConstraintsToEvaluate - Variable in class JaCoP.core.Domain
It specifies the first position of a constraint which is satisfied.
ModelEvent - Class in tlass.project
 
ModelEvent(Object, Object, int) - Constructor for class tlass.project.ModelEvent
Constructor for ModelEvent.
ModelHandler - Class in tlass.project
 
ModelHandler(Model) - Constructor for class tlass.project.ModelHandler
 
ModelListener - Interface in tlass.project
This class follows the Listener pattern, and can be used to hook a function onto an event.
modelTest() - Method in class tlass.unitTesting.model.TestModel
tests the model constructor
modified(ArcCompanion) - Method in interface JaCoP.constraints.netflow.MutableNetwork
Tells the network that an arc has been modified.
modified(ArcCompanion) - Method in class JaCoP.constraints.netflow.Network
 
modifiedArcs - Variable in class JaCoP.constraints.netflow.Network
List of modified arcs (may contain duplicates)
modifiedSize - Variable in class JaCoP.constraints.netflow.Network
Number of modified arcs at each level
MONDAY - Static variable in class tlass.project.model.TimeBlock
 
MostConstrainedDynamic<T extends Var> - Class in JaCoP.search
Defines a MostConstrainedDynamic comparator for Variables.
MostConstrainedDynamic() - Constructor for class JaCoP.search.MostConstrainedDynamic
It constructs a variable comparator based on the maximal number of constraints currently attached to a variable.
MostConstrainedStatic<T extends Var> - Class in JaCoP.search
Defines a MostConstraintStatic comparator for Variables.
MostConstrainedStatic() - Constructor for class JaCoP.search.MostConstrainedStatic
It constructs MostConstraintStatic comparator.
mulBounds(int, int, int, int) - Static method in class JaCoP.core.IntDomain
 
multiply(int) - Method in class JaCoP.core.BoundDomain
It multiplies the domain by a given constant.
multiply(int, int) - Static method in class JaCoP.core.IntDomain
 
multiply(int) - Method in class JaCoP.core.IntervalDomain
{1..4} * 6 = {6, 12, 18, 24}
MultiVarHandler - Class in JaCoP.constraints.netflow
 
MultiVarHandler(IntVar, VarHandler...) - Constructor for class JaCoP.constraints.netflow.MultiVarHandler
 
MutableDomain - Class in JaCoP.core
 
MutableDomain(Store) - Constructor for class JaCoP.core.MutableDomain
 
MutableDomain(Store, IntDomain) - Constructor for class JaCoP.core.MutableDomain
 
MutableDomainValue - Class in JaCoP.core
 
MutableDomainValue(Domain) - Constructor for class JaCoP.core.MutableDomainValue
 
MutableNetwork - Interface in JaCoP.constraints.netflow
Interface to the network used by VarHandlers.
MutableVar - Interface in JaCoP.core
Standard mutable variable definition
MutableVarValue - Interface in JaCoP.core
Standard mutable variable's value definition
MYSQL - Static variable in class tlass.project.DataStoreConnection
 
MySQLConnection(String, String, String, String) - Method in class tlass.project.DataStoreConnection
Creates the MYSQL Connection
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