I know both the above algorithm come under iterative solutions to find an optimum for MAXSAT problems but I was wondering why is it that starting from the Satisfiable side while finding a solution for MAXSAT better than searching for it from the Unsatisfiable side?
Also here Satisfiable side means relaxing all possible soft clauses until we hit UNSAT and Unsatisfiability side means starting with no clauses relaxed to increasing the number until we hit SAT