Changeset 107 in tspsg-svn for trunk/src/defaults.h


Ignore:
Timestamp:
Apr 25, 2010, 4:36:27 PM (14 years ago)
Author:
laleppa
Message:

+ Added SStep::next that indicates what branch was selected for the next step.
+ Added "Show solution graph" option.
+ New CTSPSolver::getTotalSteps() method that returns a total number of steps in the current solution.

  • Moved SCandidate declaration into SStep declaration.
  • Moved everything in tspsolver.h and tspsolver.cpp into TSPSolver namespace.
  • Force CopyAction? on file drop or it will be deleted after dropping in Windows if MoveAction? was selected.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defaults.h

    r104 r107  
    6565//////// OUTPUT
    6666
     67//! Default for "Show solution graph"
     68#define DEF_SHOW_GRAPH true
    6769//! Default for "Show solution steps' matrices for every solution step"
    6870#define DEF_SHOW_MATRIX true
Note: See TracChangeset for help on using the changeset viewer.