Borderbasix

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