naev 0.12.5
LuaLinOpt_t Struct Reference

Our cute little linear program wrapper. More...

Data Fields

int ncols
int nrows
glp_prob * prob

Detailed Description

Our cute little linear program wrapper.

Definition at line 32 of file nlua_linopt.c.

Field Documentation

◆ ncols

int LuaLinOpt_t::ncols

Number of structural variables.

Definition at line 33 of file nlua_linopt.c.

◆ nrows

int LuaLinOpt_t::nrows

Number of auxiliary variables (constraints).

Definition at line 34 of file nlua_linopt.c.

◆ prob

glp_prob* LuaLinOpt_t::prob

Problem structure itself.

Definition at line 35 of file nlua_linopt.c.


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