Return expr of proof that the combination of linear constraints represented by ks and ts is unsatisfiable
Given a (([],les) : clause), return the expr of a term (t : clause.unsat ([],les)).
Given a (c : clause), return the expr of a term (t : clause.unsat c)
Given a (cs : list clause), return the expr of a term (t : clauses.unsat cs)