SparkseeNet 6.1.0
com.sparsity.sparksee.algorithms.KOpt Class Reference

KOpt class. More...

Public Member Functions

void Close ()
 Closes the KOpt instance.
 
boolean IsClosed ()
 Gets if KOpt instance has been closed or not.
 

Detailed Description

KOpt class.

Implements the 2-Opt and 3-Opt algorithms

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Function Documentation

◆ Close()

void com.sparsity.sparksee.algorithms.KOpt.Close ( )

Closes the KOpt instance.

It must be called to ensure the integrity of all data.

◆ IsClosed()

boolean com.sparsity.sparksee.algorithms.KOpt.IsClosed ( )

Gets if KOpt instance has been closed or not.

See also
Close()
Returns
TRUE if the KOpt instance has been closed, FALSE otherwise.