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

M

main(String[]) - Static method in class edu.harvard.econcs.jopt.example.ExampleSimple
 
main(String[]) - Static method in class edu.harvard.econcs.jopt.example.ExampleSimpleWrapper
 
main(String[]) - Static method in class edu.harvard.econcs.jopt.solver.server.cplex.CPlexMIPSolver
 
main(String[]) - Static method in class edu.harvard.econcs.jopt.solver.server.lpsolve.LPSolveMIPSolver
 
main(String[]) - Static method in class edu.harvard.econcs.jopt.solver.server.SolverLoadBalancer
 
main(String[]) - Static method in class edu.harvard.econcs.jopt.test.IISTest
 
MAIN - Static variable in class edu.harvard.econcs.util.Log
 
main(String) - Method in class edu.harvard.econcs.util.Log
Highest level message.
main(String, Throwable) - Method in class edu.harvard.econcs.util.Log
Highest level message.
makeNewBooleanVar(String) - Method in class edu.harvard.econcs.jopt.solver.mip.MIPWrapper
Makes a new indicator (boolean) variable that can range from 0 to 1
makeNewDoubleVar(String) - Method in class edu.harvard.econcs.jopt.solver.mip.MIPWrapper
Makes a new double variable that can range from -inf to inf
makeNewIntegerVar(String) - Method in class edu.harvard.econcs.jopt.solver.mip.MIPWrapper
Makes a new Integer variable that can range from -inf to inf
makeNewMaxMIP() - Static method in class edu.harvard.econcs.jopt.solver.mip.MIPWrapper
Create a new MIP that is has a MAXimization as it's objective function.
makeNewMinMIP() - Static method in class edu.harvard.econcs.jopt.solver.mip.MIPWrapper
Create a new MIP that is has a MINimization as it's objective function.
MAX_OBJ_THRESHOLD - Static variable in class edu.harvard.econcs.jopt.solver.SolveParam
For Maximization problems, stop when this value has been exceeded [CPLEX]
MAX_OBJ_VALUE - Static variable in class edu.harvard.econcs.jopt.solver.SolveParam
Max objective value for minimization problems (specified to assist cutting).
MAX_VALUE - Static variable in class edu.harvard.econcs.jopt.solver.mip.MIP
Never give mip a number bigger than this, FOR ANY reason This should never be greater than 1E9 per https://support.ilog.com/public/products/faq.cfm?Product=CPLEX&FAQ=75&CFID=96044&CFTOKEN=40609383&jsessionid=92301560341115251663761
MIN_OBJ_THRESHOLD - Static variable in class edu.harvard.econcs.jopt.solver.SolveParam
For Minimization problems, stop when this value has been exceeded [CPLEX]
MIN_OBJ_VALUE - Static variable in class edu.harvard.econcs.jopt.solver.SolveParam
Min objective value for maximization problems (specified to assist cutting).
MIP - Class in edu.harvard.econcs.jopt.solver.mip
Basic implementation of a mip.
MIP() - Constructor for class edu.harvard.econcs.jopt.solver.mip.MIP
 
MIP_DISPLAY - Static variable in class edu.harvard.econcs.jopt.solver.SolveParam
Specify what to display when solving a MIP [CPLEX]
MIP_EMPHASIS - Static variable in class edu.harvard.econcs.jopt.solver.SolveParam
Optimality vs.
MIPException - Exception in edu.harvard.econcs.jopt.solver
Exception that is thrown while evaluating a MIP.
MIPException(String) - Constructor for exception edu.harvard.econcs.jopt.solver.MIPException
 
MIPException(String, Throwable) - Constructor for exception edu.harvard.econcs.jopt.solver.MIPException
 
MIPInfeasibleException - Exception in edu.harvard.econcs.jopt.solver
Exception that is thrown when evaluating a MIP, that contains the infeasible set information
MIPInfeasibleException(Map, Map) - Constructor for exception edu.harvard.econcs.jopt.solver.MIPInfeasibleException
 
MIPInfeasibleException.Cause - Class in edu.harvard.econcs.jopt.solver
 
MIPInfeasibleException.Cause(int) - Constructor for class edu.harvard.econcs.jopt.solver.MIPInfeasibleException.Cause
 
MIPResult - Class in edu.harvard.econcs.jopt.solver.mip
The results of running CPLEX.
MIPResult(double, Map, Map) - Constructor for class edu.harvard.econcs.jopt.solver.mip.MIPResult
 
MIPWrapper - Class in edu.harvard.econcs.jopt.solver.mip
This wrapper goes even further in simplicity than the other MIP classes and might help you get started with your MIP programming.
MIPWrapper() - Constructor for class edu.harvard.econcs.jopt.solver.mip.MIPWrapper
 

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