PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Heuristic B ceil function
Date: Saturday, 01 Feb 2020, 21:32:22


    > Are we allowed to use ceil() (from math.h). If so, this requires a
    > compilation call like this to be added to Makefile: gcc -o ceil ceil.c -lm
    >
    > Is this allowed and in scope for this assignment?

Yes, but as noted in the specification:

  * Using ceil() to compute the lower bound is more trouble than it's worth.

--Stan-
PREV INDEX NEXT