EPEC solve
Solving Equilibrium Problems with Equilibrium Constraints (EPECs)
Data Structures | Functions
example.cpp File Reference
#include "epecsolve.h"
#include <boost/log/core.hpp>
#include <boost/log/expressions.hpp>
#include <boost/log/trivial.hpp>
#include <gurobi_c++.h>

Go to the source code of this file.

Data Structures

class  My_EPEC_Prob
 

Functions

std::shared_ptr< Game::NashGameuv_leader (GRBEnv *env)
 
std::shared_ptr< Game::NashGamexy_leader (GRBEnv *env)
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 126 of file example.cpp.

◆ uv_leader()

std::shared_ptr<Game::NashGame> uv_leader ( GRBEnv *  env)

Definition at line 44 of file example.cpp.

◆ xy_leader()

std::shared_ptr<Game::NashGame> xy_leader ( GRBEnv *  env)

Definition at line 81 of file example.cpp.