Home > metabolic-economics > metabolic-economics-utils > cbaf1.m

cbaf1

PURPOSE ^

constraints for EBA and CBA

SYNOPSIS ^

function f = cbaf1(x,zv,weights)

DESCRIPTION ^

 constraints for EBA and CBA
 f = cbaf1(x,zv,weights)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function f = cbaf1(x,zv,weights)
0002 
0003 % constraints for EBA and CBA
0004 % f = cbaf1(x,zv,weights)
0005 
0006 f = zv'*x + sum(weights .* x .^ 2);

Generated on Fri 12-Feb-2016 20:18:22 by m2html © 2003