Closed szhorvat closed 4 years ago
Q functions such as IGPerfectQ should not simply return False for non-graph inputs, but also report a message.
IGPerfectQ
False
Make sure that these functions handle mixed graphs reasonably and do not report two conflicting messages for them.
Won't fix because doing this causes unwanted messages when Q functions are used in argument patterns, e.g. fun[_?IGCompleteQ]
Q
fun[_?IGCompleteQ]
Q functions such as
IGPerfectQ
should not simply returnFalse
for non-graph inputs, but also report a message.Make sure that these functions handle mixed graphs reasonably and do not report two conflicting messages for them.