/[ascend]/trunk/solvers/SConscript
ViewVC logotype

Contents of /trunk/solvers/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1528 - (show annotations) (download)
Wed Jul 4 14:33:13 2007 UTC (17 years, 3 months ago) by jpye
File size: 205 byte(s)
placeholder for IPOPT solver.
1 Import('env')
2 extenv = env.Copy()
3
4 subdirs = [
5 'qrslv','conopt','cmslv','lrslv','lsode','ida','ipopt'
6 ]
7 #'tron',
8
9 for d in subdirs:
10 extenv.SConscript(d+'/SConscript',['env']);
11
12 # vim: set syntax=python:

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