#include "Sm_lps3_2.h"
#include <lurupa/Lp.h>
#include <lpglob.h>
#include <patchlevel.h>
#include <string.h>
Functions | |
void | get_func_pointers (Solver_module_interface &i) |
Get function pointers. | |
Variables | |
static const char * | version = "Lp_solve 3.2 module 1.0" |
Version string. |
This file defines the solver module for lp_solve 3.2, Sm_lps3_2.
void get_func_pointers | ( | Solver_module_interface & | i | ) |
Get function pointers.
Set the pointers of i
to point to the member functions of Sm_lps3_2.
[out] | i | receives the pointers to member functions |
Referenced by Lurupa::set_module().