sym_create_copy_mip_desc

MIPdesc *sym_create_copy_mip_desc(sym_environment *env)

Description:

This routine is used to copy the problem description loaded to the environment.

Arguments:

sym_environment *env IN Pointer to the SYMPHONY environment.

Return values:

NULL An empty environment is passed in or there is no problem description loaded to the environment.
MIPdesc * Pointer to the copy of the problem description.