J4

Previous Articles     Next Articles

Solving Constraint Satisfaction Problem and Brief Introduction to ILOG SOLVER System

JIANG Ying-xin, SUN Ji-gui   

  1. College of Computer Science and Technology, Jilin University, Changchun 130012, P.R.China
  • Received:2001-04-20 Revised:1900-01-01 Online:2002-01-26 Published:2002-01-26
  • Contact: SUN Ji-gui

Abstract: Constraint satisfaction problem (CSP) is a problem composed of a finite set of variables, each of which is associated with a finite domain, and a set of constraints can be used to restrict the values of the variables to be simultaneously taken. The task for solving the problem is to assign a value to each variable satisfying all the constraints. In this article, the basic algorithm and search strategies for solving CSP are summarized for the first time. Then a CSP solving system ILOG SOLVER is introduced, which was developed by France ILOG company. Finally, two map-coloring problem solutions are given by using this system.

Key words: constraint satisfaction problem, constraint solving, search strategies

CLC Number: 

  • TP31