|
My Project
|
This file defines the CsdpSolver class. More...
#include "OSCsdpSolver.h"#include "OSFileUtil.h"#include "OSInstance.h"#include "OSOption.h"#include "OSGeneral.h"#include "OSMatrix.h"#include "OSrLReader.h"#include "OSOutput.h"#include "OSParameters.h"#include "OSMathUtil.h"#include "CoinTime.hpp"#include <map>#include <iostream>Go to the source code of this file.
This file defines the CsdpSolver class.
\detail Read an OSInstance object and convert to CSDP data structures; write solution to OSResult
This first implementation is based on Brian Borchers' code example.c, supplied in the CSDP distribution as an illustration of the CSDP API.
Definition in file OSCsdpSolver.cpp.