gecode 3.7.1-2 source package in Ubuntu

Changelog

gecode (3.7.1-2) unstable; urgency=low

  * Use -O2 on mipsel to avoid FTBFS with getting stuck at building
    gecode/set/branch/post-view.cpp.

gecode (3.7.1-1) unstable; urgency=low

  * New upstream release (soname 30)

gecode (3.7.0-1) unstable; urgency=low

  * New upstream release (soname 29)
  * Split off libgecodegist and libgecodedriver to libgecodegist29
    package. (Closes: #625757)
  * Moved flatzinc to its own package and split off libgecodeflatzinc29 to
    a separate package too.

gecode (3.6.0-1) unstable; urgency=low

  * New upstream release (soname 28)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  27 Oct 2011 09:19:02 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Kari Pahula
Architectures:
any all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gecode_3.7.1.orig.tar.gz 1.5 MiB 49d2c61424dd0d78ede1a1c0ad2ddd7582a71b91f995d4f3ceadcace91f445ab
gecode_3.7.1-2.debian.tar.gz 11.6 KiB 044f0471eb00f834e80db62b56ed3d800828db2c6e37c01883a68cd7a3aba6a2
gecode_3.7.1-2.dsc 1.4 KiB 91034c92fe0cef0641e9436d89e7074a286d6f56a57dc71a19c513efe3f705db

Available diffs

View changes file

Binary packages built by this source

flatzinc: constraint problem modelling language

 FlatZinc is a low-level modelling language for constraint
 problems. It is designed to be easily interfaceable to constraint
 solvers (like Gecode). For more information on FlatZinc, please refer
 to the MiniZinc pages of the G12 project
 <http://www.g12.cs.mu.oz.au/minizinc/>.
 .
 We provide a parser that reads a FlatZinc model from a file, and
 returns a Gecode Space object that represents the model. We also
 provide a simple front-end, an executable program that reads a
 FlatZinc model and prints the solution (if any) on the standard
 output.
 .
 The FlatZinc interpreter that ships with Gecode version 3.7.1
 supports the FlatZinc language and MiniZinc global constraint
 definitions of MiniZinc version 1.4.0.

libgecode-dev: generic constraint development environment

 Gecode is an attempt to construct an open, free, portable, accessible,
 and efficient environment for developing constraint-based systems and
 applications.
 .
 Gecode is radically open for programming: it can be easily
 interfaced to other systems. It supports the programming of new
 propagators (as implementation of constraints), branching strategies,
 and search engines. New variable domains can be programmed at the same
 level of efficiency as finite domain and integer set variables that
 come predefined with Gecode.

libgecode-doc: generic constraint development environment

 Gecode is an attempt to construct an open, free, portable, accessible,
 and efficient environment for developing constraint-based systems and
 applications.
 .
 Gecode is radically open for programming: it can be easily
 interfaced to other systems. It supports the programming of new
 propagators (as implementation of constraints), branching strategies,
 and search engines. New variable domains can be programmed at the same
 level of efficiency as finite domain and integer set variables that
 come predefined with Gecode.
 .
 This package has the API documentation and examples.

libgecode30: generic constraint development environment

 Gecode is an attempt to construct an open, free, portable, accessible,
 and efficient environment for developing constraint-based systems and
 applications.
 .
 Gecode is radically open for programming: it can be easily
 interfaced to other systems. It supports the programming of new
 propagators (as implementation of constraints), branching strategies,
 and search engines. New variable domains can be programmed at the same
 level of efficiency as finite domain and integer set variables that
 come predefined with Gecode.

libgecodeflatzinc30: Gecode support for FlatZinc modelling language

 Gecode is an attempt to construct an open, free, portable, accessible,
 and efficient environment for developing constraint-based systems and
 applications.
 .
 FlatZinc is a low-level modelling language for constraint
 problems. It is designed to be easily interfaceable to constraint
 solvers (like Gecode). For more information on FlatZinc, please refer
 to the MiniZinc pages of the G12 project
 <http://www.g12.cs.mu.oz.au/minizinc/>.

libgecodegist30: Gecode Interactive Search Tool library

 Gecode is an attempt to construct an open, free, portable, accessible,
 and efficient environment for developing constraint-based systems and
 applications.
 .
 This package contains libgecodegist, a graphical debugging tool, and
 libgecodedriver, a set of helper classes for writing standalone
 programs. They have been separated from the main Gecode library
 package to avoid pulling in Qt as a dependency.