Uses of Class
org.optsol.jmip.linearsolver.model.LinearModel
Packages that use LinearModel
-
Uses of LinearModel in org.optsol.jmip.linearsolver.solver
Classes in org.optsol.jmip.linearsolver.solver with type parameters of type LinearModelModifier and TypeClassDescriptionfinal classLinearSolver<CONSTANTS extends IConstants,SOLUTION extends ISolution, MODEL extends LinearModel<CONSTANTS>> static classLinearSolver.LinearSolverBuilder<CONSTANTS extends IConstants,SOLUTION extends ISolution, MODEL extends LinearModel<CONSTANTS>> Methods in org.optsol.jmip.linearsolver.solver with type parameters of type LinearModelModifier and TypeMethodDescriptionstatic <CONSTANTS extends IConstants,SOLUTION extends ISolution, MODEL extends LinearModel<CONSTANTS>>
LinearSolver.LinearSolverBuilder<CONSTANTS, SOLUTION, MODEL> static <CONSTANTS extends IConstants,SOLUTION extends ISolution, MODEL extends LinearModel<CONSTANTS>>
LinearSolver.LinearSolverBuilder<CONSTANTS, SOLUTION, MODEL> LinearSolver.builder(Class<MODEL> modelClass, ISolutionExtractor<SOLUTION, MODEL> solutionExtractor)