I thought of a new idea for my 3-SAT algorithm. Really not anything complicated. I had the idea months ago, actually, and didn't think it would work until now. Should have been easy to implement. I mean all I need to do is run the entire existing algorithm 2*n times, where each run of the algorithm is a search node.
Unfortunately, the dumb fucker who programmed this shit was a moron and didn't think about how to structure the code so it would be easy to modify. There's commented out shit everyone and the classes have no discernible structure or pattern to them.
Super unfortunately, that dumb fucker was me.
[Edit]
Ok actuall I lied. It took about 2 minutes to refactor what I wrote. I did use the write design, and I am a badass programmer. I just wanted to whine. Also I happen to be really sloppy about cleaning shit up in prototypes.
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment