public class LinearEqualityConstraints extends LinearConstraints implements EqualityConstraints
A * x = b
Constructor and Description |
---|
LinearEqualityConstraints(Matrix A,
Vector b)
Construct a collection of linear equality constraints.
|
Modifier and Type | Method and Description |
---|---|
LinearEqualityConstraints |
getReducedLinearEqualityConstraints()
Deprecated.
Not supported yet.
|
boolean |
isReducible()
Check if we can reduce the number of linear equalities.
|
A, b, concat, dimension, getActiveConstraints, getActiveRows, getConstraints, size, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
dimension, getConstraints, size
public boolean isReducible()
true
if rank[A b] = rank[A], and rank[A] < #equalities@Deprecated public LinearEqualityConstraints getReducedLinearEqualityConstraints()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.