2006-01-29 |
ladanyi |
more doc
|
changeset |
files
|
2006-01-29 |
ladanyi |
include the gui in the deb
|
changeset |
files
|
2006-01-27 |
deba |
make public the shiftedStart inorder to compute just n dijkstra
|
changeset |
files
|
2006-01-27 |
deba |
Add new ItemSetTraits for ANode and BNode
|
changeset |
files
|
2006-01-27 |
deba |
Doc bug fix
|
changeset |
files
|
2006-01-27 |
deba |
Making iterable bool map dynamic
|
changeset |
files
|
2006-01-27 |
deba |
Algorithms by szakall
|
changeset |
files
|
2006-01-26 |
deba |
The pre BpUGraph concept
|
changeset |
files
|
2006-01-26 |
deba |
Bipartite => Bp
|
changeset |
files
|
2006-01-26 |
klao |
Undir -> U transition
|
changeset |
files
|
2006-01-26 |
alpar |
Better doc.
|
changeset |
files
|
2006-01-26 |
alpar |
MALE and FEMALE node shape added.
|
changeset |
files
|
2006-01-25 |
deba |
Omitting warnings
|
changeset |
files
|
2006-01-25 |
ladanyi |
Do not append -Wall -W to CXXFLAGS when it is set on the commandline.
|
changeset |
files
|
2006-01-25 |
deba |
Bug fix for empty intervall sorting
|
changeset |
files
|
2006-01-25 |
deba |
Bug fix
|
changeset |
files
|
2006-01-25 |
deba |
state setting function for heaps
|
changeset |
files
|
2006-01-24 |
deba |
Lemon Graph Format uses label instead of id named map.
|
changeset |
files
|
2006-01-19 |
alpar |
Fix bug #18: bug in LpSolverBase::Col operator!= and ::Row operator!=
|
changeset |
files
|
2006-01-18 |
alpar |
- setCol() -> col()
|
changeset |
files
|
2006-01-18 |
alpar |
- tolerance() added.
|
changeset |
files
|
2006-01-18 |
alpar |
Tolerance<long double> added
|
changeset |
files
|
2006-01-14 |
hegyi |
Documentation of classes realizing algorithm running.
|
changeset |
files
|
2006-01-14 |
alpar |
- colName() added (untested on CPLEX)
|
changeset |
files
|
2006-01-14 |
alpar |
Changes in doc
|
changeset |
files
|
2006-01-12 |
hegyi |
Documenatation of MapWin.
|
changeset |
files
|
2006-01-12 |
hegyi |
Documentation of MapSelector. If no default value is present in MapSelector, Reset button does not appear.
|
changeset |
files
|
2006-01-12 |
hegyi |
Documentation of NoteBookTab. Redundant function parameters are removed from other classes as well.
|
changeset |
files
|
2006-01-11 |
hegyi |
Documentation of NewMapWin.
|
changeset |
files
|
2006-01-11 |
hegyi |
Documentation of MainWin.
|
changeset |
files
|
2006-01-10 |
hegyi |
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.
|
changeset |
files
|
2006-01-09 |
hegyi |
The tree that is created for evaluation of expression string at new map creation is deleted after usage.
|
changeset |
files
|
2006-01-09 |
hegyi |
Creation of algorithm dialog is even simpler by the usage of the newly created addMapSelector function.
|
changeset |
files
|
2006-01-06 |
hegyi |
Forgotten file committed.
|
changeset |
files
|
2006-01-06 |
hegyi |
In algorithm window maps can be selected and reated through MapSelector widget.
|
changeset |
files
|
2006-01-06 |
ladanyi |
Set arrow coordinates when creating a new edge.
|
changeset |
files
|
2006-01-06 |
hegyi |
MapSelector has become a standalone class.
|
changeset |
files
|
2006-01-06 |
hegyi |
Result of KruskalGUIAlgo is refreshed if displayed, but no more setin a forced way.
|
changeset |
files
|
2006-01-06 |
alpar |
Reformatting: too long code lines.
|
changeset |
files
|
2006-01-05 |
hegyi |
Kruskal algorithm can be run from GUI from now on.
|
changeset |
files
|
2006-01-05 |
hegyi |
Several changes. \n If new map is added to mapstorage it emits signal with the name of the new map. This was important, because from now on not only tha mapwin should be updated. \n Furthermore algobox gets a pointer to mapstorage instead of only the mapnames from it. This is important because without it it would be complicated to pass all of the required maps to algobox.
|
changeset |
files
|
2006-01-05 |
ladanyi |
Set the move tool active by default.
|
changeset |
files
|
2006-01-04 |
hegyi |
Communication with algorithm window is developed.
|
changeset |
files
|
2006-01-04 |
alpar |
Happy new year to LEMON
|
changeset |
files
|
2006-01-04 |
alpar |
Doc updates
|
changeset |
files
|
2006-01-04 |
alpar |
IterableBool{Upper/Lower}NodeMaps
|
changeset |
files
|
2006-01-04 |
hegyi |
Best feature ever\! Name of tabs are different from now on\!
|
changeset |
files
|
2006-01-03 |
hegyi |
Coding of Algorithms has begun, but code is really-really ugly yet.
|
changeset |
files
|
2006-01-03 |
deba |
Delete misnamed file
|
changeset |
files
|
2006-01-03 |
hegyi |
Handling of tabs is rationalized a bit. More than one file can be given at startup in command prompt. If there is no file given in command prompt, an empty tab will be present at startup.
|
changeset |
files
|
2005-12-21 |
deba |
Bug fix in bipartite graph
|
changeset |
files
|
2005-12-19 |
ladanyi |
Fix crash when the input file does not contain any nodeset or edgeset.
|
changeset |
files
|
2005-12-19 |
deba |
New file and data structures: sub_graph
|
changeset |
files
|
2005-12-19 |
deba |
Doc fix
|
changeset |
files
|
2005-12-19 |
deba |
Fixing Bellman's name
|
changeset |
files
|
2005-12-18 |
ladanyi |
Demos and benchmarks are not built by default now. They can be enabled with the --enable-demo and --enable-benchmark configure flags.
|
changeset |
files
|
2005-12-18 |
ladanyi |
Added guipixbufs.h to BUILT_SOURCES. This solves 'make dist' problems.
|
changeset |
files
|
2005-12-17 |
ladanyi |
Distribute xml.h too.
|
changeset |
files
|
2005-12-17 |
ladanyi |
Save and load the coordinates of the arrows on the edges.
|
changeset |
files
|
2005-12-14 |
deba |
Bug fix
|
changeset |
files
|