ELINA icon indicating copy to clipboard operation
ELINA copied to clipboard

Implementation of `opt_pk_array_fprint` is incomplete.

Open sykloid opened this issue 7 years ago • 1 comments

The implementation of opt_pk_array_fprint (and hence abstract0_fprint) doesn't actually call out to opt_pk_fprint. There's some code there which looks reasonable, but it has been commented out.

I'm assuming there was some problem there I am not seeing?

sykloid avatar May 31 '18 20:05 sykloid

Hi,

This function has the same functionality as "opt_pk_to_lincons_array" so we instead use it for printing timing information for our analyzers (this is just a hack). If you need its functionality, we can make it work.

Cheers, Gagan

GgnDpSngh avatar May 31 '18 21:05 GgnDpSngh