NO FRAMES

CPXNETbasewrite

int CPXPUBLIC CPXNETbasewrite(CPXCENVptr env, CPXCNETptr net, const char * filename_str)
Definition file: cplex.h
Include files: cplex.h

The routine CPXNETbasewrite writes the current basis stored in a network problem object to a file in BAS format. If no arc or node names are available for the problem object, default names are used.

Example

 status = CPXNETbasewrite (env, net, "netbasis.bas");

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

net

A pointer to a CPLEX network problem object as returned by CPXNETcreateprob.

filename_str

Name of the basis file to write.

Returns:

The routine returns zero on success and nonzero if an error occurs.