[Symphony-tickets] [SYMPHONY] #85: Compile error in Microsoft Visual Studio
SYMPHONY
coin-trac at coin-or.org
Sat Nov 29 13:28:01 EST 2008
#85: Compile error in Microsoft Visual Studio
-----------------------+----------------------------------------------------
Reporter: Gassmann | Owner: tkr
Type: defect | Status: new
Priority: normal | Milestone: 5.2
Component: Not Sure | Version:
Resolution: | Keywords:
-----------------------+----------------------------------------------------
Comment (by lluang):
I get the same error. I was able to correct by changing one of the else
if statements to an if statement following the comment that breaks out the
"cutpool" parameters section.
Symphony\SYMPHONY\src\Master\master_func.c: 2919
MSVC Express returns an Error nested blocks limit exceeded error at
master_func.c:2949. The sequence of if..else if blocks is used to read in
solver options. Restarting the if .. else if sequence at the "cutpool
parameters" section clears the error without change in function.
Was
else if (strcmp(key, "CP_verbosity") == 0){
Change to
if (strcmp(key, "CP_verbosity") == 0){
--
Ticket URL: <https://projects.coin-or.org/SYMPHONY/ticket/85#comment:1>
SYMPHONY <http://projects.coin-or.org/SYMPHONY>
The SYMPHONY framework for parallel branch-and-cut algorithms.
More information about the Symphony-tickets
mailing list