Enum Objectives

Enum Documentation

enum class Data::IPG::Objectives

Objective types for the MIP reformulation of the LCPs.

Values:

enumerator Feasibility

The LCP objective is feasibility.

enumerator Quadratic

The LCP objective is the quadratic sum of the players objectives.

enumerator Linear

The LCP objective is the linear sum of the players objectives.

enumerator ZERORegrets_SocialCost

The MIP objective is the social welfare.

enumerator ZERORegrets_PlayerOne

The MIP objective is the one of the first player.