Parent Directory | Revision Log
Sticky Revision: |
Working version of testconopt.a4c now. This model yeilds the solution given in the CONOPT tutorial.
CONOPT running with testconopt.a4c but seems to give the wrong answer still.
First work towards reinstating the CONOPT solver. So far, I've got it building and linking without errors, but haven't tested the resulting runtime.
Normalised all #include statements so that files in the current directory are included as "localfile.h" and files in other directories are included as <directory/file.h> This is in accordance with the spec at http://gcc.gnu.org/onlinedocs/gcc-4.1.0/cpp/Include-Syntax.html#Include-Syntax
Bug fixes & killing more compiler warnings: - general/list.c - fixed AssertAllocatedMemory and AssertContainedMemory bugs. - added #include of ascPanic.h where necessary to compile with ALLOCATED_TESTS defined. - reworked utilities/ascDynaLoad to eliminate compiler warnings related to casting between data & function pointers. - switched utilities/ascEnvVar.c over to ascstrdup (had static ascstringcopy, which did the same thing). All regression tests passed on Windows and Linux (except pre-existing solver/slv_common issues).
moving things to base/generic
Setting up web subdirectory in repository
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |