Code covered by the BSD License  

Highlights from
MPCC Solution of Genetic Regulatory Circuit Design Problems

image thumbnail
from MPCC Solution of Genetic Regulatory Circuit Design Problems by James Allison
Demonstration of a novel MPCC-based technique for solving gene circuit design problems.

MPCC_con()
function mpec = MPCC_con()
% complemantary conditions
%x_d = x(1:p.n_param);

%mpec = sparse(9,6);

mpec = [3 12 0 0 0 0;
        4 13 0 0 0 0;
        3 15 0 0 0 0;
        6 15 0 0 0 0;
        3 5 0 0 0 0;
        4 5 0 0 0 0;
        12 14 0 0 0 0;
       13 14 0 0 0 0;
       6 15 0 0 0 0;
       7 16 0 0 0 0;
       6 8 0 0 0 0;
       7 8 0 0 0 0;
       15 17 0 0 0 0;
       16 17 0 0 0 0;
       9 18 0 0 0 0;
       10 19 0 0 0 0;
       9 11 0 0 0 0
       10 11 0 0 0 0;
       18 20 0 0 0 0;
       19 20 0 0 0 0;
       ];
end


Contact us