/[ascend]/trunk/ascxx/variable.h
ViewVC logotype

Log of /trunk/ascxx/variable.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 2649 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 12 12:39:25 2012 UTC (11 years, 9 months ago) by jpye
File length: 1664 byte(s)
Diff to previous 2327
Fixing GPL header, removing postal address (rpmlint incorrect-fsf-address)

Revision 2327 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 22 07:17:24 2010 UTC (13 years, 8 months ago) by jpye
File length: 1732 byte(s)
Copied from: trunk/pygtk/variable.h revision 2326
Diff to previous 2323
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).

Revision 2323 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 15 06:35:43 2010 UTC (13 years, 9 months ago) by jpye
Original Path: trunk/pygtk/variable.h
File length: 1732 byte(s)
Diff to previous 2018
Refactor some more stuff from 'utilities' into 'general' with goal that 'general' never refers to 'utilities'.

Revision 2018 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 29 03:38:10 2009 UTC (15 years, 4 months ago) by jpye
Original Path: trunk/pygtk/variable.h
File length: 1735 byte(s)
Diff to previous 1316
Fixed compile for new header file locations <ascend/compiler/xxx.h> etc.

Revision 1316 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 5 07:22:21 2007 UTC (17 years, 6 months ago) by johnpye
Original Path: trunk/pygtk/variable.h
File length: 1714 byte(s)
Diff to previous 854
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 854 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 20 13:36:40 2006 UTC (17 years, 11 months ago) by johnpye
Original Path: trunk/pygtk/variable.h
File length: 1714 byte(s)
Diff to previous 772
First tentative version in 'integration reporting':
Values of observed variables from the simulation are added to an Observer table after simulation completes.
This is not very efficiently coded at this stage but is a start.
Also some minor changes to text and comments in some base/generic files.

Revision 772 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 14 06:03:47 2006 UTC (18 years, 2 months ago) by johnpye
Original Path: trunk/pygtk/variable.h
File length: 1666 byte(s)
Diff to previous 732
Improved the reporting of structural singularities in PyGTK interface.

Revision 732 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 4 14:40:17 2006 UTC (18 years, 2 months ago) by johnpye
Original Path: trunk/pygtk/variable.h
File length: 1670 byte(s)
Diff to previous 669
Added general-purpose text-information dialog to PyGTK interface.
Added reporting of clique of a variable to PyGTK GUI.
Changed 'fixable' and 'new bounds' to use the new dialog.
Removed 'set<...>' from ascpy.i (it wasn't working), changed to vector<...>.
Exported a couple of var incidences fns to the DLL/SO.

Revision 669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 21 07:00:45 2006 UTC (18 years, 2 months ago) by johnpye
Original Path: trunk/pygtk/variable.h
File length: 1527 byte(s)
Diff to previous 532
Merged changes from DAE branch (revisions 702 to 819) back into trunk.
This adds the Integration API to the ASCEND solver (in base/generic).
Also provides pre-alpha support for 'IDA' from the SUNDIALS suite, a DAE solver.
Many other minor code clean-ups, including adoption of new 'ASC_NEW' and friends (to replace 'ascmalloc')
Added some very sketchy stuff providing 'DIFF(...)' syntax, although it is anticipated that this will be removed.

Revision 532 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 24 02:23:08 2006 UTC (18 years, 4 months ago) by johnpye
Original Path: trunk/pygtk/variable.h
File length: 768 byte(s)
Diff to previous 531
Removed 'interface' directory in trunk/pygtk/interface (moved everything up a level)
Made corresponding changes to SCons* and spec files.

Revision 531 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 24 02:04:02 2006 UTC (18 years, 4 months ago) by johnpye
Original Path: trunk/interface/variable.h
File length: 768 byte(s)
Diff to previous 480
Removing extra subdir level in pygtk path

Revision 480 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 17 10:45:23 2006 UTC (18 years, 5 months ago) by johnpye
Original Path: trunk/pygtk/interface/variable.h
File length: 768 byte(s)
Diff to previous 287
Adding ASC_DLLSPEC to all functions that are being used by Python interface.
Also cleaned up some #ifdef header brackets and html-style comments inside doxygen comments.
Renamed pygtk/interface/config.in to pygtk/interface/config.h.in and made 
this active again (for ASC_BUILDING_INTERFACE) use.
Trying to catch error in ascpy.Library call with try/except, doesn't work though.

Revision 287 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 9 23:56:11 2006 UTC (18 years, 7 months ago) by johnpye
Original Path: trunk/pygtk/interface/variable.h
File length: 749 byte(s)
Diff to previous 283
More on diagnose window.

Revision 283 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 8 15:30:50 2006 UTC (18 years, 7 months ago) by johnpye
Original Path: trunk/pygtk/interface/variable.h
File length: 675 byte(s)
Diff to previous 254
This is the initial working 'block diagnose' functionality.

Revision 254 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 2 06:27:17 2006 UTC (18 years, 7 months ago) by johnpye
Original Path: trunk/pygtk/interface/variable.h
File length: 641 byte(s)
Diff to previous 237
Added reporting of unconverged variables to the console

Revision 237 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 30 06:10:26 2006 UTC (18 years, 7 months ago) by johnpye
Original Path: trunk/pygtk/interface/variable.h
File length: 609 byte(s)
Diff to previous 132
Incidence matrix now reports the mouseover-ed variable on the console

Revision 132 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Dec 21 00:14:13 2005 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/variable.h
File length: 577 byte(s)
Adding the PyGTK interface to CMU repository. Whaddyareckon?

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