Skip to topic | Skip to bottom
Home
Vaucanson
Vaucanson.Vaucanson100ar1.3 - 29 Jul 2007 - 20:31 - GuillaumeLazzaratopic end

Start of topic | Skip to actions

Vaucanson 1.0a (June 13, 2007)

The Vaucanson library is free software. It is distributed under the conditions of the GNU General Public License (www.gnu.org) since release 0.7.1, and under the conditions of GNU Lesser General Public License for previous releases.

Downloads

User visible changes

Documentation

The Doxygen documentation is now installed expanded, rather than compressed.

Algorithms

  • New epsilon removal algorithm (eps_removal_sp) based on shortest path algorithm.
  • Various optimizations and bug fixes.

XML

Bug fixes and I/O optimizations.

Lib VCSN

Provides C++ libraries for the main automaton types.

SWIG

Fix compilation issues.

More informations on updates are provided in the NEWS file of the package.

Requirements

C++ compiler
g++ 3.[34], 4.0 or ICC 9
XML
The XML I/O system is based on the use of the Apache Xerces C++ library version 2.3.* (http://xml.apache.org/xerces-c/).
Graphviz
The display of automata is made using AT&T Graphviz library.
Boost
Boost provides free peer-reviewed portable C++ source libraries.

Known Problems

Vaucanson is known not to work properly with Apple's G++ 4.0 on Tiger. Actually, it seems that it is G++ 4.0 which is known not to work properly: other library face similar issues. We don't know how to solve the problem, avoid it by specifying another compiler. For instance

./configure CC=gcc-3.3 CXX=g++-3.3

-- GuillaumeLazzara - 13 Jun 2007
to top


You are here: Vaucanson > Vaucanson100a

to top

Copyright © 1999-2010 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback