active_constraint_set(blk)
|
Return a set of active constraints in a model. |
active_equalities(blk)
|
Generator returning active equality constraints in a model. |
active_equality_set(blk)
|
Return a set of active equalities. |
count_constraints(blk)
|
Count active constraints. |
count_equality_constraints(blk)
|
Count active equality constraints. |
count_free_variables(blk)
|
Count free variables that are in active equality constraints. |
degrees_of_freedom(blk)
|
Return the degrees of freedom. |
free_variables_in_active_equalities_set(blk)
|
Return a set of variables that are continued in active equalities. |
get_residual(ui_data, c)
|
Calculate the residual (constraint violation) of a constraint. |
value_no_exception(c[, div0])
|
Get value and ignore most exceptions (including division by 0). |