free the memory associated to an AMPL problem
ampl_free(asl)
a structure which handles the pointer to the problem
Free the memory associated to an AMPL problem.
[asl, x0, bl, bu, v, cl, cu] = ampl_init('demos/data/ASL/ch03.nl'); // Do something ampl_free(asl); // free the memory