Wed, 25 Jan 2006 16:44:19 +0000Omitting warnings
deba [Wed, 25 Jan 2006 16:44:19 +0000] rev 1906
Omitting warnings

Wed, 25 Jan 2006 15:03:45 +0000Do not append -Wall -W to CXXFLAGS when it is set on the commandline.
ladanyi [Wed, 25 Jan 2006 15:03:45 +0000] rev 1905
Do not append -Wall -W to CXXFLAGS when it is set on the commandline.

Wed, 25 Jan 2006 14:58:04 +0000Bug fix for empty intervall sorting
deba [Wed, 25 Jan 2006 14:58:04 +0000] rev 1904
Bug fix for empty intervall sorting

Wed, 25 Jan 2006 14:40:26 +0000Bug fix
deba [Wed, 25 Jan 2006 14:40:26 +0000] rev 1903
Bug fix

Wed, 25 Jan 2006 12:10:18 +0000state setting function for heaps
deba [Wed, 25 Jan 2006 12:10:18 +0000] rev 1902
state setting function for heaps

If we know that which elements were in the heap then
we can clear it in better time complexity.

Tue, 24 Jan 2006 16:07:38 +0000Lemon Graph Format uses label instead of id named map.
deba [Tue, 24 Jan 2006 16:07:38 +0000] rev 1901
Lemon Graph Format uses label instead of id named map.

Thu, 19 Jan 2006 16:56:39 +0000Fix bug #18: bug in LpSolverBase::Col operator!= and ::Row operator!=
alpar [Thu, 19 Jan 2006 16:56:39 +0000] rev 1900
Fix bug #18: bug in LpSolverBase::Col operator!= and ::Row operator!=

Wed, 18 Jan 2006 09:42:59 +0000- setCol() -> col()
alpar [Wed, 18 Jan 2006 09:42:59 +0000] rev 1899
- setCol() -> col()
- better doc.

Wed, 18 Jan 2006 09:42:08 +0000- tolerance() added.
alpar [Wed, 18 Jan 2006 09:42:08 +0000] rev 1898
- tolerance() added.
- better doc.

Wed, 18 Jan 2006 09:40:53 +0000Tolerance<long double> added
alpar [Wed, 18 Jan 2006 09:40:53 +0000] rev 1897
Tolerance<long double> added

Sat, 14 Jan 2006 13:42:37 +0000Documentation of classes realizing algorithm running.
hegyi [Sat, 14 Jan 2006 13:42:37 +0000] rev 1896
Documentation of classes realizing algorithm running.

Sat, 14 Jan 2006 08:44:59 +0000- colName() added (untested on CPLEX)
alpar [Sat, 14 Jan 2006 08:44:59 +0000] rev 1895
- colName() added (untested on CPLEX)
- possibility to set lower/upper bounds of several cols at once
- setObj() -> obj()
- setRow() -> row()

Sat, 14 Jan 2006 08:17:00 +0000Changes in doc
alpar [Sat, 14 Jan 2006 08:17:00 +0000] rev 1894
Changes in doc

Thu, 12 Jan 2006 15:24:24 +0000Documenatation of MapWin.
hegyi [Thu, 12 Jan 2006 15:24:24 +0000] rev 1893
Documenatation of MapWin.

Thu, 12 Jan 2006 14:36:08 +0000Documentation of MapSelector. If no default value is present in MapSelector, Reset button does not appear.
hegyi [Thu, 12 Jan 2006 14:36:08 +0000] rev 1892
Documentation of MapSelector. If no default value is present in MapSelector, Reset button does not appear.

Thu, 12 Jan 2006 13:28:54 +0000Documentation of NoteBookTab. Redundant function parameters are removed from other classes as well.
hegyi [Thu, 12 Jan 2006 13:28:54 +0000] rev 1891
Documentation of NoteBookTab. Redundant function parameters are removed from other classes as well.

Wed, 11 Jan 2006 15:49:06 +0000Documentation of NewMapWin.
hegyi [Wed, 11 Jan 2006 15:49:06 +0000] rev 1890
Documentation of NewMapWin.

Wed, 11 Jan 2006 15:06:17 +0000Documentation of MainWin.
hegyi [Wed, 11 Jan 2006 15:06:17 +0000] rev 1889
Documentation of MainWin.

Tue, 10 Jan 2006 15:15:57 +0000If default value of a new map is constant, the newly created elements will get that value as well. Documentation is added to BrokenEdge, MapStorage and GraphDisplazCanvas classes.
hegyi [Tue, 10 Jan 2006 15:15:57 +0000] rev 1888
If default value of a new map is constant, the newly created elements will get that value as well. Documentation is added to BrokenEdge, MapStorage and GraphDisplazCanvas classes.

Mon, 09 Jan 2006 12:41:06 +0000The tree that is created for evaluation of expression string at new map creation is deleted after usage.
hegyi [Mon, 09 Jan 2006 12:41:06 +0000] rev 1887
The tree that is created for evaluation of expression string at new map creation is deleted after usage.

Mon, 09 Jan 2006 11:55:47 +0000Creation of algorithm dialog is even simpler by the usage of the newly created addMapSelector function.
hegyi [Mon, 09 Jan 2006 11:55:47 +0000] rev 1886
Creation of algorithm dialog is even simpler by the usage of the newly created addMapSelector function.

Fri, 06 Jan 2006 23:16:51 +0000Forgotten file committed.
hegyi [Fri, 06 Jan 2006 23:16:51 +0000] rev 1885
Forgotten file committed.

Fri, 06 Jan 2006 16:07:08 +0000In algorithm window maps can be selected and reated through MapSelector widget.
hegyi [Fri, 06 Jan 2006 16:07:08 +0000] rev 1884
In algorithm window maps can be selected and reated through MapSelector widget.

Fri, 06 Jan 2006 14:44:04 +0000Set arrow coordinates when creating a new edge.
ladanyi [Fri, 06 Jan 2006 14:44:04 +0000] rev 1883
Set arrow coordinates when creating a new edge.

Fri, 06 Jan 2006 14:36:46 +0000MapSelector has become a standalone class.
hegyi [Fri, 06 Jan 2006 14:36:46 +0000] rev 1882
MapSelector has become a standalone class.

Fri, 06 Jan 2006 13:58:49 +0000Result of KruskalGUIAlgo is refreshed if displayed, but no more setin a forced way.
hegyi [Fri, 06 Jan 2006 13:58:49 +0000] rev 1881
Result of KruskalGUIAlgo is refreshed if displayed, but no more setin a forced way.

Fri, 06 Jan 2006 10:42:58 +0000Reformatting: too long code lines.
alpar [Fri, 06 Jan 2006 10:42:58 +0000] rev 1880
Reformatting: too long code lines.

Thu, 05 Jan 2006 16:54:34 +0000Kruskal algorithm can be run from GUI from now on.
hegyi [Thu, 05 Jan 2006 16:54:34 +0000] rev 1879
Kruskal algorithm can be run from GUI from now on.