Commit graph

2880 commits

Author SHA1 Message Date
Harry Moffat
f7fd936d99 fixed an algorithm issue that was causing differences between optimized
and debug versions of the code.

 we try to avoid the logic:   a = b
                                    if (a > b) { do this }
                                    else       { do something else }
 because roundoff error makes a difference in the inequality evaluation)
2009-03-25 16:05:11 +00:00
Harry Moffat
9dfce0fe8a Added a couple of missing files. 2009-03-25 01:48:32 +00:00
Harry Moffat
359944c4ae Added a missing file. 2009-03-25 01:30:07 +00:00
Harry Moffat
30cbe94aaa bumped the version # 2009-03-25 01:19:53 +00:00
Harry Moffat
aedc3985ac addded missing files. 2009-03-25 01:17:11 +00:00
Harry Moffat
39fa98d8a8 switched install order procedures. 2009-03-25 01:11:48 +00:00
Harry Moffat
dc0e3ac5c2 Fixed a dir error. 2009-03-25 01:03:05 +00:00
Harry Moffat
b39521493c Updating the top directories. 2009-03-25 00:59:00 +00:00
Harry Moffat
d4fffc7e31 Added a file. 2009-03-25 00:57:47 +00:00
Harry Moffat
bb8813fbb0 Added some missing filse. 2009-03-25 00:54:08 +00:00
Harry Moffat
90e686cc01 Added a missed file. 2009-03-25 00:49:14 +00:00
Harry Moffat
f0bef6fcdd Fixed several makefile errors. 2009-03-25 00:44:15 +00:00
Harry Moffat
138b0eeeb5 Fixed missing files. 2009-03-25 00:37:15 +00:00
Harry Moffat
90012d90a0 Changed location of file. 2009-03-25 00:24:52 +00:00
Harry Moffat
47cc9986d4 Added a test 2009-03-25 00:17:06 +00:00
Harry Moffat
b60613c166 Fixed a missing file. 2009-03-25 00:10:10 +00:00
Harry Moffat
6a4891dc69 Fixed a message text 2009-03-25 00:07:07 +00:00
Harry Moffat
0245fb746b Fixed a typo 2009-03-24 23:50:20 +00:00
Harry Moffat
75db31ec85 Starting to test the examples on a bigger scale: general commit 2009-03-24 23:48:18 +00:00
Harry Moffat
0f5e3e3f24 Fixed more install rules. 2009-03-24 23:41:19 +00:00
Harry Moffat
a7bbb072be Added test for this example. 2009-03-24 23:12:58 +00:00
Harry Moffat
5181175474 Another iteration at fixing install 2009-03-24 22:41:03 +00:00
Harry Moffat
219d9b6293 Adding more install rules. 2009-03-24 21:45:50 +00:00
Harry Moffat
ac624aafb1 Adding an example test 2009-03-24 21:25:35 +00:00
Harry Moffat
ac8f8c6582 Starting to add install rules. 2009-03-24 21:16:28 +00:00
Harry Moffat
c6d9b1bb7f General commit to sync the repository.
- basically finished with demo problem test suite.
2009-03-24 20:44:30 +00:00
Harry Moffat
1ae7e1a7aa Almost finished with test structure for python demos 2009-03-24 20:40:10 +00:00
Harry Moffat
317494be0e Fixed a warning message. 2009-03-24 20:36:05 +00:00
Harry Moffat
aec61bea67 Completed the example problem. 2009-03-24 20:35:35 +00:00
Harry Moffat
4d1d24562b Fixed error in top lvl makefile. 2009-03-24 20:19:15 +00:00
Harry Moffat
6b030cb1c3 Adding an example dir 2009-03-24 20:18:12 +00:00
Harry Moffat
5b26e6bbe0 Added example dir. 2009-03-24 20:13:24 +00:00
Harry Moffat
83dd8faa18 Fixing an error. 2009-03-24 20:05:27 +00:00
Harry Moffat
53e0d440ca Checking in high lvl dir. 2009-03-24 20:04:26 +00:00
Harry Moffat
48139f55b5 Checking in example dir. 2009-03-24 20:03:38 +00:00
Harry Moffat
c842a6423f Commiting example dir. 2009-03-24 19:58:40 +00:00
Harry Moffat
53b937679d Commit of upper level dir. 2009-03-24 19:52:14 +00:00
Harry Moffat
371d130a70 Entering a new example dir. 2009-03-24 19:51:43 +00:00
Harry Moffat
bcbba5fc92 Checking in commit for this example dir. 2009-03-24 19:44:09 +00:00
Harry Moffat
22f7233d83 Finishing commit. 2009-03-24 19:43:21 +00:00
Harry Moffat
8501a23206 Adding example dir. 2009-03-24 19:36:09 +00:00
Harry Moffat
76fe4acfc9 Committing example dir. 2009-03-24 19:33:52 +00:00
Harry Moffat
2878807cb3 Checking in example problem for the first time. 2009-03-24 19:19:41 +00:00
Harry Moffat
f0257ea776 Checking soln to example problem. 2009-03-24 19:15:46 +00:00
Harry Moffat
918b96586b Added a hook into the vcs_equilibrate solver.
Fixed a bug in the python interface having to pass vectors of integers.
They are now passed as doubles. This may not be fixed. It needs more
looking into.
2009-03-24 19:13:02 +00:00
Harry Moffat
d92772a258 Added comments about a bug 2009-03-24 19:11:12 +00:00
Harry Moffat
48f905fcc5 added another example directory. 2009-03-24 16:15:10 +00:00
Harry Moffat
5b30416449 Cleanup of upper lvl dir. 2009-03-24 15:26:58 +00:00
Harry Moffat
50e325563c Added another example dir 2009-03-24 15:26:05 +00:00
Harry Moffat
9509381286 Added another example dir. 2009-03-24 15:14:20 +00:00