QSopt QSfree_basis QSopt > Callable Library > Function List
  QSopt
  Downloads
  LP Info
  Software
  Problem Formats
  Callable Library
  Overview
Function List
  Rational Solver
  Beta
  Contact Info
Purpose
Free the basis structure.
Synopsis
void QSfree_basis (QSbas B)
Arguments
B a handle to a basis.
Returns
No return value.
Description

When work is complete on a given basis B, QSfree_basis(B) should be called to free the memory associated with the QSbas data structure. Note that after a call to QSfree_basis(B), the specified QSbas B will no longer contain any useful information.

Example
/* B is an initialized QSbas */

QSfree_basis (B);
 
QSopt | Problem Formats | Downloads Back
Last Updated: November 2003