File: README

package info (click to toggle)
coinor-cgl 0.59.10%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,416 kB
  • ctags: 2,710
  • sloc: cpp: 56,530; sh: 8,785; makefile: 374
file content (69 lines) | stat: -rw-r--r-- 1,945 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
CUT GENERATION LIBRARY README
=============================

In this document, the following names are used:

1. 'coin-Cgl' is the full path to the directory in which you have 
   dowloaded Cgl.

2. 'build' is the full path to the directory used for the installation 
   of Cgl. It might be coin-Cgl or any other directory of your choosing.


OVERVIEW
========

Welcome to the COIN-OR Cut Generator Library (Cgl). Cgl is 
distributed under the Eclipse Public License Version 1.0 and is freely 
redistributable. All source code and documentation is copyright 
by International Business Machines Corporation and others. 
This README file may be distributed freely.

The COIN-OR Cut Generation Library is a collection of cut 
generators that can be used with other COIN-OR projects that make 
use of cuts, such as, among others, the linear solver Clp or the 
mixed integer linear programming solvers Cbc or BCP. 

Each cut generator is in a separate directory with its own maintainer. 
Maintainer names are listed in the AUTHORS file in the Cgl directory. 
For more information, see the Cgl Trac page (see below).


CGL TRAC PAGE
=============

https://projects.coin-or.org/Cgl


INSTALLATION
============

If you have downloaded the Cgl package in the local directory coin-Cgl, 
please see the INSTALL file in coin-Cgl for a guide to install this package. 

If you have obtained Cgl by downloading another package, Cgl should be 
installed as part of the installation of that package. See the INSTALL 
file in the main directory of the package.


SUPPORT
=======

1. Authors

   See the AUTHORS file.

2. Project Managers

   Robin Lougee-Heimer, robinlh@us.ibm.com
   Francois Margot, fmargot@andrew.cmu.edu

3. Mailing List

   Cgl users should use the Cgl mailing list. To subscribe, go to 
   http://list.coin-or.org/mailman/listinfo/cgl

4. Bug Reports

   Bug reports should be posted to the Cgl mailing list and/or on the
   Cgl Trac page.