timml
timml copied to clipboard
print 'Solution complete' also for zero unknowns
When solving a model without unknowns, model.solve() does not print 'Solution complete' as there is no matrix to solve. Should be an easy fix.