Borderbasix

solversdp_sdpa.h
Go to the documentation of this file.
1 #ifndef SOLVERSDP_SDPA_H
2 #define SOLVERSDP_SDPA_H
3 #include "solversdp.h"
4 
9 struct solversdp_sdpa: public solversdp {
10 
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_SDPA_H
21 
The solversdp_sdpa struct The solversdp interface class for sdpa.
Definition: solversdp_sdpa.h:9
The solversdp struct.
Definition: solversdp.h:26
Home  |  Download & InstallContributions