LIP | R Documentation |
Updates an incidence matrix by adding a row through linear integer programming formulation for given number of treatments, number of blocks, block sizes and concurrence matrix and the previous rows of incidence matrix
LIP(v,b,kvec,NNPo,N1,T,rownum,relaxed,binary=TRUE)
v |
number of treatments |
b |
number of blocks |
kvec |
block sizes |
NNPo |
specified concurrence matrix |
N1 |
incidence matrix upto previous rows |
T |
tabu list of deleted rows |
relaxed |
whether concurrence constraints are to be relaxed? value 1 for yes, 0 for no. Default is 0. |
binary |
All decision variables are binary to get a binary block. Default is TRUE. |
return the updated incidence matrix
Baidya Nath Mandal <mandal.stat@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.