/[ascend]/trunk/ascxx/ascxxtest.cpp
ViewVC logotype

Contents of /trunk/ascxx/ascxxtest.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2327 - (show annotations) (download) (as text)
Wed Dec 22 07:17:24 2010 UTC (13 years, 8 months ago) by jpye
File MIME type: text/x-c++src
File size: 450 byte(s)
Merging in refactor of the C++ code, which is moved out of 'pygtk' and into 'ascxx'.
Adding support for IPOPT 3.9.1, the current latest version.
Support in dtar for parallel builds (possibly needs some testing still).
1 #include "simulation.h"
2 #include "library.h"
3 #include "solver.h"
4 #include "solverreporter.h"
5
6 #include <iostream>
7 using namespace std;
8
9 int main(void){
10
11 Library L;
12 L.load("johnpye/extfn/extfntest.a4c");
13 Type t = L.findType("test_extfntest");
14 cerr << "Type = " << t.getName() << endl;
15 Simulation S = t.getSimulation("S");
16
17 S.build();
18
19 cerr << "About to solve..." << endl;
20
21 SolverReporter r = SolverReporter();
22 S.solve(Solver("QRSlv"),r);
23 }

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22