Difference: LinearProgrammingOnGPGPUs (2 vs. 3)

Revision 32011-01-24 - IainDunning

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

LPG: Linear Programming on GPGPUs

Added:
>
>
lpg2.png
 

Project contains:

  • libLPG - library that contains functions to solve linear programmes using a CPU or GPGPU.
  • LPG - a command-line based interface to the libLPG solver [not implemented yet!]
Line: 32 to 34
 
  • Enhance solvers to accept bounds on columns
  • Make solvers that can handle sparsity
  • Write the CLI for LPG
Changed:
<
<
  • Compress single/dbl cpu solver into one file using preprocessor defines Done 24th Jan
>
>
  • Compress single/dbl cpu solver into one file using preprocessor defines Done 24th Jan
 

Firing up CBC with LPG (on Windows, VS2008)

Line: 67 to 69
 
    1. to
    2. #include "OsiLpgSolverInterface.hpp"
  1. Change the line:
Changed:
<
<
    1. OsiClpSolverInterface solver1;
>
>
    1. OsiClpSolverInterface solver1;
 
    1. to
Changed:
<
<
    1. OsiLpgSolverInterface solver1;
>
>
    1. OsiLpgSolverInterface solver1;

META FILEATTACHMENT attachment="lpg2.png" attr="" comment="" date="1295904972" name="lpg2.png" path="lpg2.png" size="11221" stream="lpg2.png" tmpFilename="" user="IainDunning" version="1"
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback