/* assoc.cvl: adds the elements of an array in two different * orders, and checks the results agree. This relies on the * use of real arithmetic, as opposed to floating-point * arithmetic. * * Should be run at commandline specifying an upper bound on * the length of the array. Example: * civl verify -inputB=100 assoc.cvl */ $input int B = 10; $input int n; $assume(0