A B C E F G I L M N O P R S T U V W _ 

M

main(String[]) - Static method in class org.ssclab.pl.milp.util.A_DataMatrix
 
main(String[]) - Static method in class org.ssclab.pl.milp.util.A_Matrix
 
MAX - org.ssclab.pl.milp.GoalType
 
MAX_ITERATIONS - Static variable in enum org.ssclab.pl.milp.SolutionType
 
MAX_ITERATIUM - org.ssclab.pl.milp.SolutionType
The algorithm stopped because the maximum number of iterations was reached.
MAX_NUM_SIMPLEX - org.ssclab.pl.milp.SolutionType
The branch and bound algorithm stopped because the maximum number of simplexes was reached.
MILP - Class in org.ssclab.pl.milp
This class allows executing and solving formulations of mixed integer linear programming problems, binary or semicontinuous.
MILP(String) - Constructor for class org.ssclab.pl.milp.MILP
Constructor of a MILP object for solving problems formulated in inequality format contained in an external file.
MILP(ArrayList<String>) - Constructor for class org.ssclab.pl.milp.MILP
Constructor of a MILP object for solving problems formulated in inequality format contained in an ArrayList of Strings.
MILP(LinearObjectiveFunction, ArrayList<Constraint>) - Constructor for class org.ssclab.pl.milp.MILP
Constructor of a MILP object for solving problems expressed in matrix format.
MILP(Input) - Constructor for class org.ssclab.pl.milp.MILP
Constructor of a MILP object for solving problems expressed in coefficient format.
MILP(Input, Session) - Constructor for class org.ssclab.pl.milp.MILP
Constructor of a MILP object for solving problems expressed in coefficient format.
MILP(Input, Session, FormatTypeInput.FormatType) - Constructor for class org.ssclab.pl.milp.MILP
Constructor of a MILP object for solving problems expressed in either sparse or coefficient format.
MILP(Input, FormatTypeInput.FormatType) - Constructor for class org.ssclab.pl.milp.MILP
Constructor of a MILP object for solving problems expressed in sparse or coefficient format.
MILPThreadsNumber - Enum in org.ssclab.pl.milp.util
 
MIN - org.ssclab.pl.milp.GoalType
 
A B C E F G I L M N O P R S T U V W _