人工知能
Online ISSN : 2435-8614
Print ISSN : 2188-2266
人工知能学会誌(1986~2013, Print ISSN:0912-8085)
目標制約の表現機構を備えた制約論理型言語EPOCH
西沢 剛開 一夫安西 祐一郎
著者情報
解説誌・一般情報誌 フリー

1992 年 7 巻 3 号 p. 487-495

詳細
抄録

In this paper, we describe design and implementation of a constraint logic programming language EPOCH. EPOCH can interpret two types of constraints, "required constraint" that must be satisfied and "goal constraint" that not have to but should be satisfied. Goal constraint is used to find an "optimal solution" from more than one feasible solution. Under this constraint model, this paper describes formalization of optimal solutions for a problem in terms of mathematical programming framework. EPOCH translates constraints described in a program into a standard linear programming problem, and EP0CH's constraint solver can find an optimal solution with the implex method for goal programming. In order to demonstrate EPOCH, this paper shows two examples ; a layout problem and a scheduling problem. In general, inequalities are more useful than equations to express time constraints or location constraints. Therefore, these problems generally have many feasible solutions. However, existing languages, such as CLP(ℜ), CHIP and Prolog-III, do not have any basis to find a particular solution, because they can only interpret required constraints. In contrast with them, EPOCH has the ability of finding an optimal solution based on goal constraints. Thus, EPOCH is applicable to many kinds of problems compared with existing languages.

著者関連情報
© 1992 人工知能学会
前の記事 次の記事
feedback
Top