[SCIP] How to display zeros solution values?

michael.winkler at zib.de michael.winkler at zib.de
Sat Apr 27 14:03:51 CEST 2019


Yes,

enter "set write printzeros TRUE" before displaying the solution

Best,
Michael

> Dear SCIP community,
>
> Can I display the variables in MILP solution even if the optimal variable
> values are zeros?
>
> For example, I read the following LP file:
> Minimize
> OBJ: A_0 + A_1
> Subject To
> _C1: A_0 - A_1 = 1
> Binaries
> A_0
> A_1
> End
>
> After that, I execute "optimize" and "display solution" , respectively.
> SCIP shows the following result:
> objective value:  1
> A_0               1   (obj:1)
>
> But, can I display not only variable A_0 but also A_1 although A_1 is
> zero?
>
> Kind regards,
> Akihiro
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> https://listserv.zib.de/mailman/listinfo/scip
>




More information about the Scip mailing list