Description Usage Arguments Value Examples
View source: R/checkPolytopeStatus.R
checkPolytopeStatus check if the polytope has solution or not
1 | checkPolytopeStatus(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 |
print a message to tell if the polygon is ok or not
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.