comparison src/DLD-FUNCTIONS/__glpk__.cc @ 5823:080c08b192d8

[project @ 2006-05-19 05:32:17 by jwe]
author jwe
date Fri, 19 May 2006 05:32:19 +0000
parents 7171d19706df
children 84ca47e311b3
comparison
equal deleted inserted replaced
5822:4fdc2515ebad 5823:080c08b192d8
423 423
424 int nrhs = args.length (); 424 int nrhs = args.length ();
425 425
426 if (nrhs != 9) 426 if (nrhs != 9)
427 { 427 {
428 print_usage ("__glpk__"); 428 print_usage ();
429 return retval; 429 return retval;
430 } 430 }
431 431
432 //-- 1nd Input. A column array containing the objective function 432 //-- 1nd Input. A column array containing the objective function
433 //-- coefficients. 433 //-- coefficients.