Package | Description |
---|---|
dev.nm.solver.multivariate.constrained.constraint.linear |
Modifier and Type | Class and Description |
---|---|
class |
LinearEqualityConstraints
This is a collection of linear equality constraints.
|
class |
LinearGreaterThanConstraints
This is a collection of linear greater-than-or-equal-to constraints.
|
class |
LinearLessThanConstraints
This is a collection of linear less-than-or-equal-to constraints.
|
class |
LowerBoundConstraints
This is a lower bound constraints such that for all xi's,
xi ≥ b
|
class |
NonNegativityConstraints
These constraints ensures that for all variables are non-negative.
|
class |
UpperBoundConstraints
This is an upper bound constraints such that for all xi's,
xi ≤ b
|
Modifier and Type | Method and Description |
---|---|
static LinearConstraints |
LinearConstraints.concat(LinearConstraints... groups)
Concatenate collections of linear constraints into one collection.
|
Modifier and Type | Method and Description |
---|---|
static LinearConstraints |
LinearConstraints.concat(LinearConstraints... groups)
Concatenate collections of linear constraints into one collection.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.