Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXsoswrite
is used to write SOS information
for a problem into an SOS format file.
Example
status = CPXsoswrite (env, lp, "myprob.sos");
See also the example mipex3.c
in the standard distribution.
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |
filename_str | A character string containing the name of the file to which the SOS information should be written. |