SoPlex Doxygen Documentation
spxmpswrite.cpp File Reference

Write LP as MPS format file. More...

#include <assert.h>
#include <stdio.h>
#include <iostream>
#include "spxdefines.h"
#include "spxlp.h"
#include "spxout.h"
#include "exceptions.h"

Go to the source code of this file.

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Functions

static void writeRecord (std::ostream &os, const char *indicator, const char *name, const char *name1=0, const Real value1=0.0, const char *name2=0, const Real value2=0.0)
 
static Real getRHS (Real left, Real right)
 
static const char * getRowName (const SPxLP &lp, int idx, const NameSet *rnames, char *buf)
 
static const char * getColName (const SPxLP &lp, int idx, const NameSet *cnames, char *buf)
 

Detailed Description

Write LP as MPS format file.

Definition in file spxmpswrite.cpp.