• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Mar-2019-

MSVisualStudio/H15-Mar-2019-1,1371,129

data/H15-Mar-2019-3,7073,701

AUTHORSH A D15-Mar-2019124 54

Blis.hH A D15-Mar-20192.9 KiB7735

BlisBranchObjectInt.cppH A D15-Mar-20194.3 KiB12170

BlisBranchObjectInt.hH A D15-Mar-20194.4 KiB10834

BlisBranchStrategyPseudo.cppH A D15-Mar-20196.1 KiB162106

BlisBranchStrategyPseudo.hH A D15-Mar-20193.7 KiB7926

BlisBranchStrategyRel.cppH A D15-Mar-201916.5 KiB517318

BlisBranchStrategyRel.hH A D15-Mar-20193.5 KiB8827

BlisBranchStrategyStrong.cppH A D15-Mar-201919.6 KiB644414

BlisBranchStrategyStrong.hH A D15-Mar-20193.9 KiB10033

BlisConGenerator.cppH A D15-Mar-20197.8 KiB249159

BlisConGenerator.hH A D15-Mar-20198.4 KiB25080

BlisConstraint.cppH A D15-Mar-20195.8 KiB16597

BlisConstraint.hH A D15-Mar-20193.8 KiB10337

BlisHelp.cppH A D15-Mar-201912.4 KiB456300

BlisHelp.hH A D15-Mar-20193.2 KiB7325

BlisHeurRound.cppH A D15-Mar-201912.9 KiB407295

BlisHeurRound.hH A D15-Mar-20193.6 KiB9632

BlisHeuristic.hH A D15-Mar-20195.3 KiB16162

BlisLicense.hH A D15-Mar-20191.7 KiB230

BlisMain.cppH A D15-Mar-20193.2 KiB8944

BlisMessage.cppH A D15-Mar-20195 KiB10463

BlisMessage.hH A D15-Mar-20193 KiB9141

BlisModel.cppH A D15-Mar-201943.3 KiB1,486932

BlisModel.hH A D15-Mar-201918.1 KiB595224

BlisNodeDesc.hH A D15-Mar-20197.1 KiB202118

BlisObjectInt.cppH A D15-Mar-201911.2 KiB349215

BlisObjectInt.hH A D15-Mar-20196.3 KiB15842

BlisParams.cppH A D15-Mar-20197.1 KiB19086

BlisParams.hH A D15-Mar-20199 KiB284124

BlisPseudo.cppH A D15-Mar-20193.8 KiB10867

BlisPseudo.hH A D15-Mar-20193.8 KiB11855

BlisSolution.hH A D15-Mar-20195.4 KiB13680

BlisSubTree.hH A D15-Mar-20192.8 KiB538

BlisTreeNode.cppH A D15-Mar-201949.2 KiB1,5961,036

BlisTreeNode.hH A D15-Mar-20196 KiB16965

BlisVariable.hH A D15-Mar-20196.3 KiB183119

INSTALLH A D15-Mar-20191.9 KiB5940

LICENSEH A D15-Mar-201911 KiB215170

Makefile.inH A D15-Mar-20194.5 KiB11951

READMEH A D15-Mar-20191.7 KiB6241

blis.par.inH A D15-Mar-20195.4 KiB118106

README

1BLIS README
2=========================
3
4Welcome to BiCePS. BiCePS is distributed under the Common Public License
5Version 1.0 and is freely redistributable. All source code and documentation
6is Copyright 2001-2011 by Lehigh University, Yan Xu, and Ted Ralphs. This
7README may be distributed freely.
8
9WHAT IS BLIS?
10=============
11
12BLIS (BiCePS Linear Integer Solver) is an example of an application developed
13on top of BiCePS (See the README of BiCePS). BLIS is a simple branch and cut
14solver for Mixed Integer Linear Programming. Its purpose is to illustrate how
15to write an application based on BiCePS. The version of BLIS here is an older
16version of the full-blown MILP solver that is distributed separately. We keep
17it around to use as a test bed for BiCePS. For serious use, please check out
18the full version of Blis.
19
20
21DOCUMENTATION
22=============
23
24The html documentation of the classes in BLIS (See INSTALL of BLIS) can be
25created. A user's guide that is under preparation that can help users to
26develop an application.
27
28
29INSTALLATION
30============
31
32Please see the INSTALL file for a guide to installation.
33
34
35CURRENT TESTING STATUS
36======================
37
381. Configurations
39   - Serial: deprecated. (Use Alps/Bcps/Blis instead, forthcoming)
40   - LAMMPI: broken. (Use Alps/Bcps/Blis instead, forthcoming)
41   - MPICH: broken. (Use Alps/Bcps/Blis instead, forthcoming)
42
43
44SUPPORT
45=======
46
471. Authors
48
49Yan Xu (yax2@lehigh.edu)
50Ted Ralphs (tkralphs@lehigh.edu), Project Manager
51Laci Ladanyi (ladanyi@us.ibm.com)
52Matt Saltzman (mjs@clemson.edu)
53
542. List Serve
55
56Alps users should use the Coin-Discuss mailing list. To subscribe, go to
57http://list.coin-or.org/mailman/listinfo/coin-discuss
58
593. Bug Reports
60
61Bug reports should be posted to the Coin-Discuss mailing list (see above).
62