Request a live demo!

Tom Sawyer Analysis, .NET Edition

Release 9.0.0

DateDecember 15, 2008
StatusGeneral

Overview

This release improves the performance of several analysis algorithms and introduces the Simple Paths algorithm.

New

Algorithms

  • Simple Paths

Documentation

  • Additional tutorials
  • Reference page of available resources

Improvements

  • Optimized algorithm performance
    • Topological Sort
    • Connected Components
    • Unique Path Test
    • Shortest Paths
    • Acyclic Test
    • Cycle Breaking Edge Detection
    • Minimum Cost Flow

System Requirements

  • Added support for Microsoft Visual Studio .NET 2008
  • Dropped support for Microsoft Visual Studio .NET 2003

Fixes

  • Shortest Paths algorithm now handles negative costs

Issues

  • None