Package | Description |
---|---|
org.hipparchus.optim.linear |
Optimization algorithms for linear constrained problems.
|
Modifier and Type | Method | Description |
---|---|---|
Collection<LinearConstraint> |
LinearConstraintSet.getConstraints() |
Gets the set of linear constraints.
|
protected Collection<LinearConstraint> |
LinearOptimizer.getConstraints() |
Constructor | Description |
---|---|
LinearConstraintSet(LinearConstraint... constraints) |
Creates a set containing the given constraints.
|
Constructor | Description |
---|---|
LinearConstraintSet(Collection<LinearConstraint> constraints) |
Creates a set containing the given constraints.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.