model: fixup "infeasible" messages
authorBrian Norris <banorris@uci.edu>
Wed, 9 Jan 2013 23:54:04 +0000 (15:54 -0800)
committerBrian Norris <banorris@uci.edu>
Thu, 10 Jan 2013 01:34:29 +0000 (17:34 -0800)
commit7372f39c67d6e4ea2dc142fca9c1b61c590af94c
tree6e90c907294aa5b2fba5e8f014a929dadc9849fd
parentb69a6cb48fdd66361adae1d3bbe0c0a743830966
model: fixup "infeasible" messages

These messages should be much more compact and targeted. Currently, we
either get no infeasibility messages (when verbose=0) or we get messages
every time is_infeasible() is executed. Neither is helpful for debugging,
since the infeasibility may be temporary, as we choose a new path for
execution on the fly. So instead, just print the infeasibility message
at the end of infeasible executions.

Also, rather than spread the messages across multiple lines, just put
them together into a single string.
model.cc
model.h