EPEC solve
Solving Equilibrium Problems with Equilibrium Constraints (EPECs)
|
#include "utils.h"
#include <armadillo>
#include <boost/log/trivial.hpp>
#include <boost/program_options.hpp>
#include <fstream>
Go to the source code of this file.
Functions | |
void | appendSave (const vector< double > v, const string out, const string header, bool erase) |
long int | appendRead (vector< double > &v, const string in, long int pos, const string header) |
long int appendRead | ( | vector< double > & | v, |
const string | in, | ||
long int | pos, | ||
const string | header | ||
) |