Uses of Class
dev.nm.solver.multivariate.constrained.constraint.linear.LinearLessThanConstraints
-
-
Uses of LinearLessThanConstraints in dev.nm.solver.multivariate.constrained.constraint.linear
Subclasses of LinearLessThanConstraints in dev.nm.solver.multivariate.constrained.constraint.linear Modifier and Type Class Description class
UpperBoundConstraints
This is an upper bound constraints such that for all xi's, xi ≤ bMethods in dev.nm.solver.multivariate.constrained.constraint.linear that return LinearLessThanConstraints Modifier and Type Method Description LinearLessThanConstraints
BoxConstraints. toLessThanConstraints()
LinearLessThanConstraints
LinearGreaterThanConstraints. toLessThanConstraints()
LinearLessThanConstraints
BoxConstraints. upperBoundConstraints()
Split the box constraints and get the less-than-the-upper-bounds part. -
Uses of LinearLessThanConstraints in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.problem
Methods in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.problem that return LinearLessThanConstraints Modifier and Type Method Description LinearLessThanConstraints
LPProblemImpl1. getLessThanConstraints()
Constructors in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.problem with parameters of type LinearLessThanConstraints Constructor Description LPCanonicalProblem2(Vector cost, LinearLessThanConstraints less)
Construct a linear programming problem in the canonical form.LPProblemImpl1(Vector cost, LinearGreaterThanConstraints greater, LinearLessThanConstraints less, LinearEqualityConstraints equal, BoxConstraints bounds)
Construct a general linear programming problem. -
Uses of LinearLessThanConstraints in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.problem
Methods in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.problem that return LinearLessThanConstraints Modifier and Type Method Description LinearLessThanConstraints
QPProblem. getLessThanConstraints()
Constructors in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.problem with parameters of type LinearLessThanConstraints Constructor Description QPProblem(QuadraticFunction f, LinearEqualityConstraints equal, LinearGreaterThanConstraints greater, LinearLessThanConstraints less)
Construct a quadratic programming problem.QPProblem(QuadraticFunction f, LinearEqualityConstraints equal, LinearLessThanConstraints less)
Construct a quadratic programming problem with linear equality and less-than-or-equal-to constraints.QPProblem(QuadraticFunction f, LinearGreaterThanConstraints greater, LinearLessThanConstraints less)
Construct a quadratic programming problem with linear inequality constraints.QPProblem(QuadraticFunction f, LinearLessThanConstraints less)
Construct a quadratic programming problem with linear less-than-or-equal-to constraints. -
Uses of LinearLessThanConstraints in dev.nm.solver.multivariate.constrained.integer.linear.bb
Methods in dev.nm.solver.multivariate.constrained.integer.linear.bb that return LinearLessThanConstraints Modifier and Type Method Description static LinearLessThanConstraints
ILPNode. getLessThanConstraint(Vector minimizer, int i)
Construct a less-than constraint for the branching less-than subproblem. -
Uses of LinearLessThanConstraints in dev.nm.solver.multivariate.constrained.integer.linear.problem
Methods in dev.nm.solver.multivariate.constrained.integer.linear.problem that return LinearLessThanConstraints Modifier and Type Method Description LinearLessThanConstraints
ILPProblemImpl1. getLessThanConstraints()
Constructors in dev.nm.solver.multivariate.constrained.integer.linear.problem with parameters of type LinearLessThanConstraints Constructor Description ILPProblemImpl1(Vector cost, LinearGreaterThanConstraints greater, LinearLessThanConstraints less, LinearEqualityConstraints equal, BoxConstraints bounds, int[] integers, double epsilon)
Construct an ILP problem, in which the variables can be real or integral.PureILPProblem(Vector cost, LinearGreaterThanConstraints greater, LinearLessThanConstraints less, LinearEqualityConstraints equal, BoxConstraints bounds, double epsilon)
Construct a pure ILP problem. -
Uses of LinearLessThanConstraints in tech.nmfin.portfoliooptimization.markowitz.constraints
Methods in tech.nmfin.portfoliooptimization.markowitz.constraints that return LinearLessThanConstraints Modifier and Type Method Description LinearLessThanConstraints
QPConstraint. linearLessThanConstraints()
LinearLessThanConstraints
QPMinWeights. linearLessThanConstraints()
LinearLessThanConstraints
QPNoConstraint. linearLessThanConstraints()
Deprecated.LinearLessThanConstraints
QPNoShortSelling. linearLessThanConstraints()
LinearLessThanConstraints
QPUnity. linearLessThanConstraints()
LinearLessThanConstraints
QPWeightsLimit. linearLessThanConstraints()
-