[Symphony-tickets] [SYMPHONY] #87: USE_GLPMPL block in master_wrapper.c is misspelled
SYMPHONY
coin-trac at coin-or.org
Sat Nov 29 13:32:07 EST 2008
#87: USE_GLPMPL block in master_wrapper.c is misspelled
--------------------+-------------------------------------------------------
Reporter: lluang | Owner: tkr
Type: defect | Status: new
Priority: minor | Milestone: 5.2
Component: Master | Version:
Keywords: |
--------------------+-------------------------------------------------------
In master_wrapper.c: 196 the error message in the
#ifdef USE_GLPMPL block contains a misspelling of USE_GLPMPL
It currently reads
printf("ERROR: SYMPHONY can only read GMPL/AMPL files if GLPK is
\n");
printf("installed and the USE_GLMPL compiler define is set. \n");
printf("Exiting.\n\n");
It should read
printf("ERROR: SYMPHONY can only read GMPL/AMPL files if GLPK is
\n");
printf("installed and the USE_GLPMPL compiler define is set.
\n");
printf("Exiting.\n\n");
--
Ticket URL: <https://projects.coin-or.org/SYMPHONY/ticket/87>
SYMPHONY <http://projects.coin-or.org/SYMPHONY>
The SYMPHONY framework for parallel branch-and-cut algorithms.
More information about the Symphony-tickets
mailing list