naev 0.11.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 30 of file nlua_linopt.c.

Field Documentation

◆ ncols

int LuaLinOpt_t::ncols

Number of structural variables.

Definition at line 31 of file nlua_linopt.c.

◆ nrows

int LuaLinOpt_t::nrows

Number of auxiliary variables (constraints).

Definition at line 32 of file nlua_linopt.c.

◆ prob

glp_prob* LuaLinOpt_t::prob

Problem structure itself.

Definition at line 33 of file nlua_linopt.c.


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