Грустно становится за 6 часов до сдачи работы, когда не работает вот эта фиговинка:
Eq01: av_price = F(defrost, depth, door_outweighing, freezer_location, number_of camera, placing, t_indicator, type)
Eq02: defrost = F(av_price, depth, door_outweighing, freezer_location, number_of camera, placing, t_indicator, type)
Eq03: depth = F(av_price, defrost, door_outweighing, freezer_location, number_of camera, placing, t_indicator, type)
Eq04: door_outweighing = F(av_price, defrost, depth, freezer_location, number_of camera, placing, t_indicator, type)
Eq05: freezer_location = F(av_price, defrost, depth, door_outweighing , number_of camera, placing, t_indicator, type)
Eq06: number_of camera = F(av_price, defrost, depth, door_outweighing, freezer_location, placing, t_indicator, type)
Eq06: placing = F(av_price, defrost, depth, door_outweighing, freezer_location, number_of camera, t_indicator, type)
Eq07: t_indicator = F(av_price, defrost, depth, door_outweighing, freezer_location, number_of camera, placing, type)
Eq08: type = F(av_price, defrost, depth, door_outweighing, freezer_location, number_of camera, placing, t_indicator)