reset password
Author Message
hmodi
Posts: 27
Posted 14:04 Jan 19, 2011 |

Hi,

I am going through the class example of BUC algorithm and finish the tracing of remaining part of the output.
Can you please confirm that its correct?

Output is attached in word document.

Thanks,
Hardik

Attachments:
cysun
Posts: 2935
Posted 09:46 Jan 20, 2011 |

Yes, it looks correct.

cysun
Posts: 2935
Posted 15:22 Jan 20, 2011 |

Sorry, I checked again and it's actually not correct. You missed the AC cuboid.

kdiep1982
Posts: 2
Posted 17:05 Jan 20, 2011 |

Hello Dr. Sun


I modified this example, is this what he is missing for one of the cell?

  (*,*,c1,14)

  (a1,*,c1,8)

  (a1,b1,c1,5)

  (a1,b2,c1,3)

  (a2,*,c1,6)

  (a2,b1,c1,6)

cysun
Posts: 2935
Posted 17:21 Jan 20, 2011 |

The AC cuboid should be computed after AB, not C.

kdiep1982
Posts: 2
Posted 18:24 Jan 20, 2011 |

I got it, thank you