J4

• • 上一篇    下一篇

约束满足问题求解及ILOG SOLVER系统简介

姜英新, 孙吉贵   

  1. 吉林大学计算机科学与技术学院, 长春 130012
  • 收稿日期:2001-04-20 修回日期:1900-01-01 出版日期:2002-01-26 发布日期:2002-01-26
  • 通讯作者: 孙吉贵

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

摘要: 首先综述求解约束满足问题的基本算法和搜索策略, 然后介绍ILOG SOLVER求解系统提供的类和函数的基本组成, 并给出用该系统求解的两个地图着色示例.

关键词: 约束满足问题, 约束求解, 搜索策略

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

中图分类号: 

  • TP31