[Coin-symphony] int sym_set_col_lower

Menal Guzelsoy megb at lehigh.edu
Thu Dec 29 13:52:40 EST 2005


Yep, you are right. It should return "FUNCTION_TERMINATED_NORMALLY". It 
is fixed
now.

Thanks,

Menal.

Quoting Donald Bennett <Donald.Bennett at sas.com>:

> Contained in ../src/Master/master.c
>
> Should this function return "FUNCTION_TERMINATED_ABNORMALLY" in line 2888?
>
>
> 	int sym_set_col_lower(sym_environment *env, int index, double value)			2877
> 	{											2878
> 	   if (!env->mip || !env->mip->n || index > env->mip->n || index < 0 
> ||			2879
> 	       !env->mip->lb){									2880
> 	      printf("sym_set_col_lower():There is no loaded mip description 
> or\n");		2881
> 	      printf("index is out of range or no column description!\n");				2882
> 	      return(FUNCTION_TERMINATED_ABNORMALLY);				2883
> 	   }											2884
> 												2885
> 	   env->mip->lb[index] = value;							2886
> 												2887
> 	   return(FUNCTION_TERMINATED_ABNORMALLY);					2888
> 	}											2889
>
> Donald Bennett
> Principal Analytical Consultant
> office: 908 470 0080  X8245
> mobile: 732 236 9699
> donald.bennett at sas.com
>
>
>
> _______________________________________________
> Coin-symphony mailing list
> Coin-symphony at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/coin-symphony
>



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.




More information about the Symphony mailing list