for product in products:            
        obj_reaction = conv_opt.Variable(name=product + '_test_reaction', 
                            type=conv_opt.VariableType.continuous,
                            lower_bound=0.0)
        obj_products[product] = obj_reaction