/[ascend]/branches/pallav/solvers/makemps/slv6.h
ViewVC logotype

Log of /branches/pallav/solvers/makemps/slv6.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 2822 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 17 06:36:00 2015 UTC (8 years, 9 months ago) by jpye
File length: 8729 byte(s)
Diff to previous 2649
restoring branches...


Revision 2649 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 12 12:39:25 2012 UTC (10 years, 11 months ago) by jpye
Original Path: trunk/solvers/makemps/slv6.h
File length: 8729 byte(s)
Diff to previous 2381
Fixing GPL header, removing postal address (rpmlint incorrect-fsf-address)

Revision 2381 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 7 11:51:07 2011 UTC (12 years, 10 months ago) by jpye
Original Path: trunk/solvers/makemps/slv6.h
File length: 8903 byte(s)
Diff to previous 2379
implemented parameters for makeMPS, still plenty of bugs.
commented out some code relating to the generation of 'solvers lists'.

Revision 2379 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 7 09:18:55 2011 UTC (12 years, 10 months ago) by jpye
Original Path: trunk/solvers/makemps/slv6.h
File length: 8585 byte(s)
Diff to previous 2378
working to update MakeMPS code to current libascend. More work required, old code predates current API significantly.

Revision 2378 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 7 07:48:50 2011 UTC (12 years, 10 months ago) by jpye
Original Path: trunk/solvers/makemps/slv6.h
File length: 11817 byte(s)
Copied from: trunk/ascend/solver/slv6.h revision 2377
Diff to previous 2011
Removing Opt rSQP solver code, moving MakeMPS solver to its own subdirectory, and working to fix up the old code.

Revision 2011 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 28 08:58:48 2009 UTC (14 years, 7 months ago) by jpye
Original Path: trunk/ascend/solver/slv6.h
File length: 11765 byte(s)
Copied from: trunk/base/generic/solver/slv6.h revision 2010
Diff to previous 1487
Moving libascend components from #/base/generic into #/ascend

Revision 1487 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 10 05:09:34 2007 UTC (16 years, 6 months ago) by jpye
Original Path: trunk/base/generic/solver/slv6.h
File length: 11765 byte(s)
Diff to previous 1316
Changes to the way in which sovlers are registered, to facilitate
dynamically-loaded solvers. Also split much of the 'solver' stuff
from slv.c (in the system directory) out into new file solver/solver.c
and added matching solver/solver.h. Solver IDs are now fixed-- they
don't change, and are stored in a list instead of in an array.

Revision 1316 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 5 07:22:21 2007 UTC (16 years, 9 months ago) by johnpye
Original Path: trunk/base/generic/solver/slv6.h
File length: 11776 byte(s)
Diff to previous 1183
Another one of these big refactorings. Split out 'system' directory from 'solver' directory. This will need more work
but it's a start at getting the non-solver-specific code out separately.

Revision 1183 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 20 09:15:51 2007 UTC (16 years, 10 months ago) by johnpye
Original Path: trunk/base/generic/solver/slv6.h
File length: 11769 byte(s)
Diff to previous 1066
Huge reorganisation -- all mtx and lin files moved to base/generic/linear.
Required many #include statements to be changed.

Revision 1066 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 7 10:02:41 2007 UTC (16 years, 11 months ago) by johnpye
Original Path: trunk/base/generic/solver/slv6.h
File length: 11840 byte(s)
Diff to previous 430
Adding doxygen 'addtogroup' for Solver, Compiler, Integrator.

Revision 430 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 4 07:18:41 2006 UTC (17 years, 8 months ago) by ben.allan
Original Path: trunk/base/generic/solver/slv6.h
File length: 11792 byte(s)
Diff to previous 67
got rid of errant executable bits.

Revision 67 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 30 16:31:29 2005 UTC (18 years ago) by johnpye
Original Path: trunk/base/generic/solver/slv6.h
File length: 11792 byte(s)
Diff to previous 59
Standardised the "if seen" #defines to [ASC|ASCTK|ASCPY|ASCXX]_FILENAME_H
Fixed compile on FC3

Revision 59 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 30 01:38:20 2005 UTC (18 years, 1 month ago) by jds
Original Path: trunk/base/generic/solver/slv6.h
File length: 11828 byte(s)
Diff to previous 54
- prototype unit test suite based on CUnit added.
- unit tests for base/generic/general and base/generic/utilites added.
- 2nd manual rework of doxygen documentation in general and utilities.
- bug fixes (mostly general & utilities) found during test development.
- added asc_assert prototype to redirect failures to Asc_Panic() and enable decoupling assertions from NDEBUG.
- some modifications of interface & implementation to facilitate testing.
- utilities/ascPrint & utilities/ascMalloc functions now always included in base libs to minimize recompilation when an interface chooses different options.

Revision 54 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 2 11:20:09 2005 UTC (18 years, 4 months ago) by jds
Original Path: trunk/base/generic/solver/slv6.h
File length: 11324 byte(s)
Diff to previous 33
Manual rework of doxygen comments in all headers.
- Added @file comment to all headers.
- Added parameter names to all function declarations in headers.
- Corrected comment referencing where necessary.
- Split some comments which documented blocks of declarations.
- Converted notes about required work into @todo comments so doxygen can generate a todo list.
Minor bug fixes.

Revision 33 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 26 20:06:01 2004 UTC (18 years, 11 months ago) by ben.allan
Original Path: trunk/base/generic/solver/slv6.h
File length: 11431 byte(s)
Diff to previous 11
First pass at doxygenation -- mechanically putting in ** and where
most likely needed **< using sed. Lots of cleanup needed to
be really useful, including grouping data types and their
member methods into class-like documentation.

Revision 11 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 13 16:45:56 2004 UTC (19 years ago) by aw0a
Original Path: trunk/base/generic/solver/slv6.h
File length: 11350 byte(s)
Copied from: trunk/ascend4/solver/slv6.h revision 10
Diff to previous 1
moving things to base/generic

Revision 1 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Oct 29 20:54:12 2004 UTC (19 years, 1 month ago) by aw0a
Original Path: trunk/ascend4/solver/slv6.h
File length: 11350 byte(s)
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.

  Diffs between and
  Type of Diff should be a

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