[Osi-tickets] Re: [COIN-OR Open Solver Interface] #18: message
 handling in OsiGlpkSolverInterface
    COIN-OR Open Solver Interface 
    coin-trac at coin-or.org
       
    Sun Mar 11 10:44:46 EDT 2007
    
    
  
#18: message handling in OsiGlpkSolverInterface
--------------------------+-------------------------------------------------
  Reporter:  stefan       |       Owner:  mjs   
      Type:  enhancement  |      Status:  new   
  Priority:  major        |   Milestone:        
 Component:  OsiGlpk      |     Version:  0.95.2
Resolution:               |    Keywords:        
--------------------------+-------------------------------------------------
Comment (by stefan):
 I just tried the latest GLPK 4.15. The method lib_set_print_hook is now
 called lib_print_hook and the order of its arguments is reverted.
 Hence, the print hook should be installed by
 {{{
    lib_print_hook(OsiGlpkprintme, messageHandler());
 }}}
 Stefan
-- 
Ticket URL: <https://projects.coin-or.org/Osi/ticket/18#comment:1>
COIN-OR Open Solver Interface <http://projects.coin-or.org/Osi>
An API for a variety of LP and MIP solvers (and more).
    
    
More information about the Osi-tickets
mailing list