MOCHA 0.9
|
#include <iostream>
#include <set>
#include <list>
#include <string>
#include <algorithm>
#include <iterator>
#include <math.h>
#include <ctime>
#include "matrix.h"
#include "matroid.h"
#include "mathprog.h"
Functions | |
std::ostream & | operator<< (std::ostream &o, MathProg &someMathProg) |
std::istream & | operator>> (std::istream &in, MathProg &someMathProg) |
double | SpecFct (Matrix M) |
double | SpecLinearFct (Matrix M) |
Variables | |
Matrix | SpecFctMatrix |
Matrix | SpecLinearFctMatrix |
std::ostream& operator<< | ( | std::ostream & | o, |
MathProg & | someMathProg | ||
) |
std::istream& operator>> | ( | std::istream & | in, |
MathProg & | someMathProg | ||
) |
double SpecFct | ( | Matrix | M | ) |
double SpecLinearFct | ( | Matrix | M | ) |