Why horn formulas algorithm is greedy? -


i understand horn formula , follow:

enter image description here

but cant understand why taught in section related greedy algorithms, can not see greedy part of horn formula. can help?

the algorithm greedy in tries build satisfying assignment unsatisfying assignment incrementally flipping variables true. can viewed "greedy" because algorithm makes local decisions (make true in order satisfying specific clause without regards happens later) rather global decisions, , never backtracks decisions (unlike many other sat solving algorithms).

hope helps!


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -