OSCsdpSolver.cpp File Reference

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>
Include dependency graph for OSCsdpSolver.cpp:

Go to the source code of this file.

Detailed Description

This file defines the CsdpSolver class.

Read an OSInstance object and convert to CSDP data structures; write solution to OSResult

Author
Horand Gassmann, Jun Ma, Kipp Martin
Remarks
Copyright (C) 2014-2015, Horand Gassmann, Jun Ma, Kipp Martin, Northwestern University, and the University of Chicago. All Rights Reserved. This software is licensed under the Eclipse Public License. Please see the accompanying LICENSE file in root directory for terms.

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.