Go to the source code of this file.
Namespaces | |
test_Constraint | |
Variables | |
test_Constraint.A = np.ones((m, n)) | |
test_Constraint.b = np.ones(m) | |
test_Constraint.ConstBound = tsid.ConstraintBound("bounds", lb, ub) | |
test_Constraint.equality = tsid.ConstraintEquality("equality", A, b) | |
test_Constraint.inequality = tsid.ConstraintInequality("inequality", A, lb, ub) | |
float | test_Constraint.lb = -1.0 * np.ones(n) |
int | test_Constraint.m = 2 |
int | test_Constraint.n = 5 |
int | test_Constraint.tol = 1e-5 |
test_Constraint.ub = np.ones(n) | |