model: replace isfinalfeasible() with stronger check
authorBrian Norris <banorris@uci.edu>
Tue, 20 Nov 2012 04:29:34 +0000 (20:29 -0800)
committerBrian Norris <banorris@uci.edu>
Tue, 20 Nov 2012 04:29:34 +0000 (20:29 -0800)
The stronger isfeasibleprefix() check is not strictly necessary in these
cases, since we can ensure that promises are resolved before executing
these, but it make sense to have a well-defined "strength" to these
feasibility properties, then use the strongest strength that is useful.


No differences found