[Osi-tickets] Re: [COIN-OR Open Solver Interface] #2: checking solution availability in OsiXprSolverInterface

COIN-OR Open Solver Interface coin-trac at coin-or.org
Thu Nov 30 01:15:27 EST 2006


#2: checking solution availability in OsiXprSolverInterface
----------------------+-----------------------------------------------------
  Reporter:  pbonami  |       Owner:  somebody
      Type:  defect   |      Status:  new     
  Priority:  major    |   Milestone:          
 Component:  OsiXpr   |     Version:          
Resolution:           |    Keywords:          
----------------------+-----------------------------------------------------
Comment (by pbonami):

 Replying to [comment:3 mjs]:
 > Replying to [comment:2 mjs]:
 >
 > > Or it could be that what was intended is (pstat & 7) == 7, which would
 mean loaded, LP presolved, and MIP presolved, but validity is ignored.
 >
 > Or even (pstat & 7) == 0 or (pstat & 7) != 0...

 Sorry for not following up earlier.
 The function tries to obtain a basis from XPRESS. I really don't see the
 relation between availability of a basis and the state of LP and MIP
 presolve.

 In any case if there is no valid solution in memory I don't see how a
 basis is available.

 I am not working with that anymore but when I tried to use this function a
 few months ago, I consistently obtained incorrect results.
 Regards,
 Pierre

-- 
Ticket URL: <https://projects.coin-or.org/Osi/ticket/2#comment:4>
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