Sciweavers

CONSTRAINTS
2010

Constraint models for graceful graphs

13 years 5 months ago
Constraint models for graceful graphs
Abstract. We present three constraint models of the problem of finding a graceful labelling of a graph, or proving that the graph is not graceful. An experimental comparison of the models applied to different classes of graph is given. The first model seems a natural way to represent the problem, but explores a much larger search tree than the other models. The second model does much less search, by making the most constrained decisions first, but is slow because the constraints are time-consuming to propagate. The third model combines the best features of the others, doing little more search than the second model while being much the fastest of the three. The comparison of the three models provides a useful casestudy of modelling problems as constraint satisfaction problems. In addition, we show that constraint programming can be a useful tool for the study of graceful graphs; the models presented here have contributed many new results.
Barbara M. Smith, Jean-François Puget
Added 09 Dec 2010
Updated 09 Dec 2010
Type Journal
Year 2010
Where CONSTRAINTS
Authors Barbara M. Smith, Jean-François Puget
Comments (0)