Package net.sf.javailp

Provides the classes for the problem and solvers.

See:
          Description

Interface Summary
Result The class Result is a result of a Problem.
Solver The Solver.
SolverCPLEX.Hook The Hook for the SolverCPLEX.
SolverFactory The class SolverFactory is used to create Solver instances.
SolverGLPK.Hook The Hook for the SolverGLPK.
SolverGurobi.Hook The Hook for the SolverGurobi.
SolverLpSolve.Hook The Hook for the SolverLpSolve.
SolverMosek.Hook The Hook for the SolverMosek.
SolverSAT4J.Hook The Hook for the SolverSAT4J.
 

Class Summary
AbstractSolver The AbstractSolver contains a map for the parameters.
AbstractSolverFactory The AbstractSolverFactory contains a map for the parameters and sets these parameters for each created Solver.
Constraint The class Constraint represent a linear constraint.
Linear The class Linear is a linear expression consisting of variables and their coefficients.
Problem The class Problem represents a linear problem consisting of multiple constraints and up to one objective function.
ResultImpl The class ResultImpl is a Map based implementation of the Result.
SolverCPLEX The SolverCPLEX is the Solver CPLEX.
SolverFactoryCPLEX The SolverFactoryCPLEX is a SolverFactory for CPLEX.
SolverFactoryGLPK The SolverFactoryGLPK is a SolverFactory for GLPK.
SolverFactoryGurobi The SolverFactoryGurobi is a SolverFactory for Gurobi.
SolverFactoryLpSolve The SolverFactoryLpSolve is a SolverFactory for lp_solve.
SolverFactoryMiniSat The SolverFactoryMiniSat is a SolverFactory for MiniSat+.
SolverFactoryMosek The SolverFactoryCPLEX is a SolverFactory for Mosek.
SolverFactorySAT4J The SolverFactoryCPLEX is a SolverFactory for SAT4J.
SolverGLPK The SolverGLPK is the Solver GLPK.
SolverGurobi The SolverGurobi is the Solver Gurobi.
SolverLpSolve The SolverLpSolve is the Solver lp_solve.
SolverMiniSat The SolverMiniSat is the Solver MiniSat+.
SolverMosek The SolverCPLEX is the Solver Mosek.
SolverSAT4J The SolverCPLEX is the Solver SAT4J.
Term The Term is the basic element the Linear.
ValueObject The ValueObject is a superclass for all comparable objects based on their fields.
 

Enum Summary
Operator The Type of Boolean operator.
OptType The optimization type.
VarType The variable type.
 

Package net.sf.javailp Description

Provides the classes for the problem and solvers.