Hello everyone, the 3.3.24 release is available. It fixes: - the random bug on UNIX platforms (although this should be tested independently) - the bug from...
... Hello forum, In Claire we have the 'private' specifier that binds a symbol visibility to a module and its parts. It would be nice to have a 'static'...
Hello, I'm new to using CLAIRE and am havig some problems setting everything up. I've got CLAIRE and CHOCO installed and they seem to work but when I tried to...
Hi, Whenever I use any of the print functions in CLAIRE the word unknown is printed at the end of the output. Is this normal? Do I need to put in some...
Hi, I'm trying to implement an object representing an objective in a map colouring problem with a set of preferences for each colour at each node. I want to be...
I solved my problem. I discovered make_table and used that to write the methods [makePreferencesObjective(prob:choco/Problem): PreferencesObjective -> // Seed...
Hi, you do not need to do anything. The unknown that you see is the last result that is printed by the interpreter. If you print in a file, or if you call your...
... the ... Hi, a couple of things: (1) getting a seg fault is a bug. If you can isolate your code please report it as a bug (clairebugs@...) (unless you...
... Thanks for the advice Yves. I don't think an array would do the job here, I'm using the table as a dictionary. Would it be better to use an array and a...
Hello everyone, Please find here a new version of CLAIRE: v3.3.26. It fixes the bug reported by Sylvain (safety 1 => seg fault) and includes a few goodies,...
I was having problems installing CLAIRE on Windows XP even though the environment variables were defined correctly. I:\Program Files\Claire\release>nmake /F...
Please help explain what things I'm doing wrong. (using unchanged init.cl from distribution release-3-3-28.zip file testmod.cl test :: module( part_of =...
Hi, Just define your module in the init.cl file: testmod :: module( part_of = claire, made_of list("test") ) And remove the begin/end lines, these instruction...
... It didn't seem to like that? I:\pls\Claire>claire -cm testmod -- CLAIRE run-time library v 3.3.28 [os: ntv, C++:MS VC++ ] -- this is a init file for...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the claireprogramminglanguage group. File...
claireprogramminglang...
Dec 3, 2003 3:57 pm
598
Hello to all of you: I got a quite simple but naive problm, i think: I do have windows xp and downloaded claire version 3.3 1. I unzipped the files on...
Hi, You must have a C++ compiler available from the command line. -> add the path to cl.exe and nmake.exe to your PATH environement variable (something like...
Hello everyone, a new release is available (3.3.34). It solves a long list of bugs that have been found in the past 3 month (sorry, my ADSL connection was not...
Hi all, I'm a Spanish student who is currently developing a project and I would like to take a look to some algorithms, but I can't find them. I have read this...
hello how are you i am a new member of claireprogramminglanguage and i want have any document of "claire"(documentation, programming language) please excuse my...
Hello, I am very keen to learn claire programming language. Please tell me the pointers where tutorial and manuals are available. I am also looking for some...