1.12.42
[gnumeric.git] / plugins / lpsolve / boot.h
bloba2e8b6be7464eaf631ca146e4e09ebcd7536eff7
1 #ifndef GNUMERIC_LPSOLVE_BOOT_H
2 #define GNUMERIC_LPSOLVE_BOOT_H
4 #include <gnumeric.h>
5 #include <goffice/goffice.h>
6 #include <gsf/gsf-output.h>
7 #include <tools/gnm-solver.h>
9 void
10 lpsolve_file_save (GOFileSaver const *fs, GOIOContext *io_context,
11 WorkbookView const *wb_view, GsfOutput *output);
13 GnmSolver *lpsolve_solver_create (GnmSolverParameters *params);
15 gboolean lpsolve_solver_factory_functional (GnmSolverFactory *factory,
16 WBCGtk *wbcg);
18 GnmSolver *lpsolve_solver_factory (GnmSolverFactory *factory,
19 GnmSolverParameters *params);
21 #endif