I've been toying w/ this problem for.. pfft.. couple days now.
trying to decompose into BCNF.
here is what it all looks like. F={A,B,C,D,E,F,G,H}
A -> C
A -> G
A -> H
AD -> C
DE -> F
G -> H
pretty sure that if I see how this is done I can figure out the flow.. this is just the beginning piece to a very large problem.