<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>We have a few questions about BCP? It is 
implemented and working, however not without several workarounds. We hope that 
answers to the following questions could “clean”/speed the code up. 
</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>1.&nbsp;We have several applications using the BCP 
framework and would like to call one within the other, i.e. during column 
generation we wish to solve another problem solved with branch-and-cut (both are 
implemented with BCP). Is this possible in an easy way (not calling an external 
program, but doing it in memory)?<BR>2.&nbsp;Is it possible to do variable 
generation and cut generation doing strong branching without hacking the strong 
branch loop of BCP?<BR>3.&nbsp;When branching on cuts while column generating, 
is it possible to do this better than adding a cut for each branch child and 
fixing the bounds (in select_branching_candidates)? And how are we guaranteed 
that the cut (algo) is never removed without setting BCP_IneffectiveConstraints 
= 0? Should the cuts be added as core cuts?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Simon Spoorendonk,<BR>DIKU, University of 
Copenhagen, Denmark</FONT></DIV></BODY></HTML>