Description Usage Arguments Value Examples
View source: R/findingIncompatibleConstr.R
findingIncompatibleConstraints help to dectect constraints that leads to an empty polytope
1 | findingIncompatibleConstr(A, b, C = NULL, v = NULL)
|
A |
the matrix of inequality A.x<=b |
b |
the vector A.x<=b |
C |
the matrix of equality C.x=v (default NULL for no equality) |
v |
the vector of equality C.x=v (default NULL for no equality |
a list of vector. To be fitted, constraints corresponding to the first elements of each vector of the list should be relaxed. Those constraints appear to be incompatible with following constraints in the Vector. For example, list(c(A,B),c(D,E, F)) means that A and B should be relaxed and that A is incompatible with B and that D is incompatible with both E and F
1 2 3 4 5 6 7 8 9 10 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.