caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Jean-Marc Alliot <jean-marc.alliot@irit.fr>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Interval programming library
Date: Tue, 14 Feb 2012 00:44:14 +0100	[thread overview]
Message-ID: <4F39A04E.8030604@irit.fr> (raw)
In-Reply-To: <4F392E46.2090607@inria.fr>

[-- Attachment #1: Type: text/plain, Size: 2511 bytes --]

Hi
As requested by Fabrice, this is the link to the web page for the library.
http://www.alliot.fr/fbbdet.html.fr
There are some more things on this page, such as an introduction to 
interval programming, and to B&B techniques with interval arithmetic.

Friendly

Jean-Marc

Fabrice Le Fessant wrote:
> Hi,
>
>    Thanks for your contribution ! Could you create a web page with all
> this information ? When we want to advertise the existence of such a
> package (from the hump, for example), it is better to link to a web page
> instead of directly to the source archive, in case the archive is
> updated, or something like that.
>
> --Fabrice
>
> On 02/13/2012 03:42 PM, Jean-Marc Alliot wrote:
>> This is an interval computation library for ocaml. The download link is :
>> http://www.alliot.fr/code/interval.tgz
>>
>> This library uses assembly code to compute all operations with proper
>> roundings (high/low), and currently ONLY works on intel processors.
>> The package has been developped for linux systems but should probably
>> work on windows distribution with a few tweaks.
>>
>> Documentation is available in the doc/ directory in html, pdf and dvi
>> formats. It is extremely wise to read the whole documentation, even if
>> you intend to only use the interval module.
>>
>> To build the library just type "make" in the main directory.
>>
>> Tests are available in the TESTS/ directory. They are mainly for
>> debugging purpose and quite complicated. You may run them to
>> check that everything is working properly for your machine.
>> The test program runs also a speed test program for your
>> particular architecture.
>>
>> Examples are available in the EXAMPLES/ directory. There is a
>> B_AND_B sub-directory with an example of a branch-and-bound algorithm
>> that uses interval arithmetics for function optimization (the
>> example is for the Griewank function, but you can substitute
>> any function you like).
>>
>>
>> All bug reports should be sent to
>> jean-marc.alliot@irit.fr
>> gottelan@recherche.enac.fr
>>
>> Happy interval programming...
>>
>>
> -- Caml-list mailing list. Subscription management and archives: 
> https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: 
> http://groups.yahoo.com/group/ocaml_beginners Bug reports: 
> http://caml.inria.fr/bin/caml-bugs
>
> 	
> Fabrice LE FESSANT <http://fabrice.lefessant.net/> 
> <fabrice.le_fessant@inria.fr <mailto:fabrice.le_fessant@inria.fr>>
> Chargé de Recherche
> P2P & OCaml
> INRIA Saclay -- Ile-de-France
>


[-- Attachment #2: Type: text/html, Size: 4549 bytes --]

      reply	other threads:[~2012-02-13 23:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-13 14:42 Jean-Marc Alliot
2012-02-13 15:37 ` Fabrice Le Fessant
2012-02-13 23:44   ` Jean-Marc Alliot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F39A04E.8030604@irit.fr \
    --to=jean-marc.alliot@irit.fr \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).