eg_col.h File Reference

#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "eg_cplexTypes.h"
#include "eg_list.h"
#include "eg_macros.h"
#include "eg_mempool.h"

Include dependency graph for eg_col.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  EGcol_t

Functions

void EGcolAddCoeff (EGcol_t *, const int, const double)
void EGcolAddIncCoeff (EGcol_t *, const int, const double)
int EGcolClear (EGcol_t *)
void EGcolInit (EGcol_t *, const char *name, const double obj, const double lb, const double ub)
void EGcolTest (void)
void EGfreeCol (void *)
EGcol_tEGnewCol (EGmemPool_t *mempool)


Function Documentation

void EGcolAddCoeff EGcol_t ,
const   int,
const   double
 

Definition at line 73 of file eg_col.c.

Here is the call graph for this function:

void EGcolAddIncCoeff EGcol_t ,
const   int,
const   double
 

Definition at line 250 of file eg_col.c.

Here is the call graph for this function:

int EGcolClear EGcol_t  ) 
 

Definition at line 220 of file eg_col.c.

void EGcolInit EGcol_t ,
const char *  name,
const double  obj,
const double  lb,
const double  ub
 

Definition at line 96 of file eg_col.c.

void EGcolTest void   ) 
 

Definition at line 126 of file eg_col.c.

Here is the call graph for this function:

void EGfreeCol void *   ) 
 

Definition at line 39 of file eg_col.c.

EGcol_t* EGnewCol EGmemPool_t mempool  ) 
 

Definition at line 22 of file eg_col.c.

Here is the call graph for this function:


Generated on Mon Jan 30 08:49:23 2006 for EGlib by  doxygen 1.4.5