File: README

package info (click to toggle)
gecode 6.2.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 27,380 kB
  • sloc: cpp: 337,599; perl: 2,048; makefile: 1,798; sh: 215
file content (26 lines) | stat: -rw-r--r-- 852 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Quacode is a quantified constraint satisfaction
problems (QCSP) solver based on Gecode.

Quacode have been developped by Vincent Barichard.
More info is available on http://quacode.barichard.com

To compile Quacode, you have to install cmake. To setup the
compilation process for your environment, you can launch
cmake by invoking
  cmake .
in the toplevel Quacode directory.

By default, 'make install' will install all the files in
'/usr/local/bin', '/usr/local/lib' etc.  You can specify
an installation prefix other than '/usr/local' setting the
'CMAKE_INSTALL_PREFIX' option,
for instance 'cmake -DCMAKE_INSTALL_PREFIX:PATH=$HOME .'

Then you can compile the code by invoking
  make
in the toplevel Quacode directory.

After a successful compilation, you can install Quacode
library and examples by invoking
  make install
in the build directory.