[Cbc-tickets] [COIN-OR Branch-and-Cut MIP Solver] #99: Integrate Cbc in C# project

COIN-OR Branch-and-Cut MIP Solver coin-trac at coin-or.org
Thu Sep 9 14:46:31 EDT 2010


#99: Integrate Cbc in C# project
----------------------+-----------------------------------------------------
Reporter:  carfermar  |       Type:  task         
  Status:  new        |   Priority:  critical     
 Version:  2.4.1      |   Keywords:  Cbc, C#, .NET
----------------------+-----------------------------------------------------
 Hi,

 I try to use Cbc in a C# project. I searched a lot in COIN-OR web page but
 I only found a CoinMP project. I load CoinMP files in my project and I can
 uses sentences like CoinMP.CoinInitSolver(""); and IntPtr Problema =
 CoinMP.CoinCreateProblem("Afiro"); res = CoinMP.CoinReadFile(Problema,
 CoinMP.SOLV_FILE_MPS, urlFile + "Afiro" + ".mps"); but when I try to
 execute CoinMP.CoinOptimizeProblem(Problema); the program crash.

 I try too Cbc using exe file y solve my problem but outside my project. It
 is posible to have Cbc dll inside my project like CoinMP?

-- 
Ticket URL: <https://projects.coin-or.org/Cbc/ticket/99>
COIN-OR Branch-and-Cut MIP Solver <http://projects.coin-or.org/Cbc>
An LP-based branch-and-cut MIP solver.



More information about the Cbc-tickets mailing list