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

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

#include <games.h>

Data Fields

arma::sp_mat A
 
arma::sp_mat B
 
arma::vec b
 

Detailed Description

struct to handle the constraint params of MP_Param/QP_Param

Refer QP_Param class for what A, B and b mean.

Definition at line 46 of file games.h.

Field Documentation

◆ A

arma::sp_mat Game::QP_constraints::A

Definition at line 47 of file games.h.

◆ B

arma::sp_mat Game::QP_constraints::B

Definition at line 47 of file games.h.

◆ b

arma::vec Game::QP_constraints::b

Definition at line 48 of file games.h.


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