[SCIP] Add user-defined statistics table and write

Marc Pfetsch pfetsch at mathematik.tu-darmstadt.de
Thu Jul 29 10:45:45 CEST 2021



Hi XU Liding,

in the interactive shell you can do "write statistics". Using the C-API 
you need to open a file and pass the file handle to the function 
SCIPprintStatistics(). In both cases, the output will contain the 
additional tables.

Best

Marc


On 29/07/2021 08.57, liding xu wrote:
> Dear SCIP community,
>     I am using scip to write some information to an output statistics 
> table. The statistics table should contain scip's default statistics and 
> user-defined statistics.  I know I can add user-defined statistics table 
> by a plugin and "display statistics" in the terminal. How can I "write 
> statistics" with the additional table? Will it the same as "display 
> statistics"?
> 
>   Best regards,
> XU Liding
> 
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> https://listserv.zib.de/mailman/listinfo/scip
> 


More information about the Scip mailing list