Prolog 언어를 사용한 집합 제한 논리 언어의 구현

An Implementation of Set Constraints Logic Language Using Prolog

  • 김인영 (상명대학교 일반대학원 컴퓨터과학과) ;
  • 신동하 (상명대학교 소프트웨어학부)
  • 발행 : 2003.10.01

초록

In this paper, we describe an implementation method of "set constraints logic language" using the logic language Prolog. "Set constraints logic language" is a programming language with a new paradigm that uses the "set theory" in programming. In this paper, we explain "set constraints problem solver" that has been proposed by A. Dovier and his researchers and we describe an implementation method of this solver using Prolog. We ran easily implement the "set constraints problem solver" in Prolog, since Prolog easily implements nondeterministic problems and provides a data structure railed list. We have applied the language to several application fields to show the usefulness of the language.

키워드