SoPlex Doxygen Documentation
ssvector.cpp File Reference
#include <iostream>
#include <iomanip>
#include <assert.h>
#include "spxdefines.h"
#include "ssvector.h"
#include "svset.h"
#include "exceptions.h"

Go to the source code of this file.

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Macros

#define MARKER   1e-100
 

Variables

static const Real shortProductFactor = 0.5
 

Detailed Description

Todo:

There is a lot pointer arithmetic done here. It is not clear if this is an advantage at all. See all the function int() casts.

Several operations like maxAbs could setup the vector while computing the result.

Definition in file ssvector.cpp.

Macro Definition Documentation

#define MARKER   1e-100