Borderbasix

solversdp_gmp.h
Go to the documentation of this file.
1 #ifndef SOLVERSDP_GMP_H
2 #define SOLVERSDP_GMP_H
3 #include "solversdp.h"
4 
9 struct solversdp_gmp: public solversdp {
10 
11  solversdp_gmp();
12  void run();
13  void read_file();
14  void read_fmin();
15  void write_file();
16 private:
17  int ctr;
18 };
19 
20 #endif // SOLVERSDP_GMP_H
The solversdp_gmp struct The solversdp interface class for gmp.
Definition: solversdp_gmp.h:9
void read_file()
void read_fmin()
void write_file()
The solversdp struct.
Definition: solversdp.h:26
Home  |  Download & InstallContributions