Question: Error, invalid input: GraphTheory:-IsHamiltonian expects value for keyword parameter method to be of type identical(legacy,sat), but received tsp

GraphTheory/IsHamiltonian says that the method can be one of legacy, sat, or tsp. But why method = tsp brings about an error? 

GraphTheory:-IsHamiltonian(GraphTheory:-CompleteGraph(3, 3), method = tsp); # Maple 2022.2

Attachment: HamiltonianGraphQ.mws

Please Wait...