EPEC solve
Solving Equilibrium Problems with Equilibrium Constraints (EPECs)
Data Fields
Game::QP_objective Struct Reference

struct to handle the objective params of MP_Param/QP_Param More...

#include <games.h>

Data Fields

arma::sp_mat Q
 
arma::sp_mat C
 
arma::vec c
 

Detailed Description

struct to handle the objective params of MP_Param/QP_Param

Refer QP_Param class for what Q, C and c mean.

Definition at line 39 of file games.h.

Field Documentation

◆ C

arma::sp_mat Game::QP_objective::C

Definition at line 41 of file games.h.

◆ c

arma::vec Game::QP_objective::c

Definition at line 42 of file games.h.

◆ Q

arma::sp_mat Game::QP_objective::Q

Definition at line 40 of file games.h.


The documentation for this struct was generated from the following file: