33 |
#include "solverreporter.h" |
#include "solverreporter.h" |
34 |
#include "incidencematrix.h" |
#include "incidencematrix.h" |
35 |
#include "registry.h" |
#include "registry.h" |
36 |
|
#include <compiler/importhandler.h> |
37 |
%} |
%} |
38 |
|
|
39 |
// All STL runtime_errors caught to Python |
// All STL runtime_errors caught to Python |
500 |
|
|
501 |
%include "solver.i" |
%include "solver.i" |
502 |
|
|
503 |
class ExtMethod{ |
%include "extmethod.h" |
|
public: |
|
|
ExtMethod(const ExtMethod &); |
|
|
const char *getName() const; |
|
|
const char *getHelp() const; |
|
|
const unsigned long getNumInputs() const; |
|
|
const unsigned long getNumOutputs() const; |
|
|
}; |
|
504 |
|
|
505 |
%include "plot.i" |
%include "plot.i" |
506 |
|
|