#define N 6 // Number of individual family farms #define EPSILON .000001 #define TXBILL 7.5 // In thousands of dollars continuous Tax[N]; continuous Z[N]; // Z[j] is the bound for the jth appli- // cation of the Flat Covering Theorem int count; int flag[N]; #define OFF 0 #define ON 1 body_of_the_loop(continuous Z) { and(int i=0;i= Tax[i]; min: Z; Z == wp(Z); and(int i=0;i= 16; // Proximity to silos 2.5*Tax[0] + 3.5*Tax[1] + 5.2*Tax[4] >= 17.5; // Dwelling size 0.4*Tax[1] + 1.3*Tax[3] + 7.2*Tax[5] >= 12; // Size of acreage 2.5*Tax[1] + 3.5*Tax[2] + 5.2*Tax[4] >= 13.1; // Size of livestock facilities 3.5*Tax[0] + 3.5*Tax[3] + 5.2*Tax[5] >= 18.2; }