Topic: HELP WANTED


Author: puget@corvisart.ilog.fr (Jean-Francois Puget)
Date: Thu, 3 Feb 94 09:32:33 GMT
Raw View
In article <1994Jan25.163713@sees.bangor.ac.uk>, ms9303@sees.bangor.ac.uk (Mr R Farfarakis) writes:
|> Hello!
|>
|>  I'm currently working on a C++ application. I have to design and
|> implement a system that produces school timetables. This application
|> uses (a lot) the concept of constraint.
|>  I would really apreciated it if you could suggest me a book or
|> paper or article (actually anything!!) dealing with constraints in C++
|> and more specifically, on the topic of the application I've referred
|> earlier on.
|>  Thank you.
|>
|>          Mr. Rallis Farfarakis

You should send such an inquiry to comp.lang.c++.

We have developped a C++ implementation of Constraint Logic Programming.
Some papers are available upon request.

Here is the abstract of one of them:

We have implemented a C++ library, called Ilog Solver, that embodies
Constraint Logic Programming (CLP) concepts such as logical variables,
incremental constraint satisfaction and backtracking. This library
offers a unified treatment of constraints over integers, reals,
booleans and sets, as well as a support for non
deterministic programming techniques. The integration
with C++ can be done without losing the declarativity of CLP languages.

Email me if you are interested by these papers

Jean-Francois Puget




Author: ms9303@sees.bangor.ac.uk (Mr R Farfarakis)
Date: 25 Jan 1994 16:55:27 GMT
Raw View
Hello!

 I'm currently working on a C++ application. I have to design and
implement a system that produces school timetables. This application
uses (a lot) the concept of constraint.
 I would really apreciated it if you could suggest me a book or
paper or article (actually anything!!) dealing with constraints in C++
and more specifically, on the topic of the application I've referred
earlier on.
 Thank you.

         Mr. Rallis Farfarakis