/*
   * On package removal, also remove dependant packages.
   *
   * Setting allow_uninstall to 'true' will revert the precedence
   * and remove all dependant packages.
   *
   * call-seq:
   *  solver.allow_uninstall = true
   *
   */
  void set_allow_uninstall( int bflag )