EPEC solve
Solving Equilibrium Problems with Equilibrium Constraints (EPECs)
Functions
Models.cpp File Reference
#include "models.h"
#include <armadillo>
#include <boost/log/trivial.hpp>
#include <boost/program_options.hpp>
#include <gurobi_c++.h>
#include <iomanip>
#include <iostream>
#include <map>
#include <memory>
#include <rapidjson/document.h>
#include <rapidjson/istreamwrapper.h>
#include <rapidjson/prettywriter.h>
#include <rapidjson/stringbuffer.h>
#include <vector>

Go to the source code of this file.

Functions

Models::FollPar operator+ (const Models::FollPar &F1, const Models::FollPar &F2)
 
string to_string (const GRBConstr &cons, const GRBModel &model)
 
string to_string (const GRBVar &var)
 

Function Documentation

◆ operator+()

Models::FollPar operator+ ( const Models::FollPar F1,
const Models::FollPar F2 
)

Definition at line 162 of file Models.cpp.

◆ to_string() [1/2]

string to_string ( const GRBConstr &  cons,
const GRBModel &  model 
)

Definition at line 1072 of file Models.cpp.

◆ to_string() [2/2]

string to_string ( const GRBVar &  var)

Definition at line 1091 of file Models.cpp.