Modifier and Type | Interface and Description |
---|---|
interface |
IPMinimizer<T extends IPProblem,S extends MinimizationSolution<Vector>>
An Integer Programming minimizer minimizes an objective function subject to equality/inequality
constraints as well as integral constraints.
|
Modifier and Type | Class and Description |
---|---|
class |
IPProblemImpl1
This is an implementation of a general Integer Programming problem in which some variables take only integers.
|
Modifier and Type | Class and Description |
---|---|
class |
BruteForceIPProblem
This implementation is an integral constrained minimization problem that has enumerable integral domains.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ILPProblem
A linear program in real variables is said to be integral if it has at least one optimal solution which is integral.
|
Modifier and Type | Class and Description |
---|---|
class |
ILPProblemImpl1
This implementation is an ILP problem, in which the variables can be real or integral.
|
class |
PureILPProblem
This is a pure integer linear programming problem, in which all variables are integral.
|
Constructor and Description |
---|
SomeIntegers(IPProblem problem)
Construct the integral constraint from an Integer Programming problem.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.