Currently IDCT test with LP-scheduling (file https://github.com/ispras/utopia-hls/blob/master/test/model/dfcxx/idct.cpp) is not used in the test system, as `add_column` function fails starting with 100th variable in the set (file https://github.com/ispras/utopia-hls/blob/master/src/model/dfcir/lib/dfcir/conversions/DFCIRLPUtils.cpp), causing the following error: ``` realloc(): invalid old size Aborted (core dumped) ``` Possibly misused _lp_solve_ API, unchecked constraints on memory, incorrect graph construction or IDCT description itself.
Currently IDCT test with LP-scheduling (file https://github.com/ispras/utopia-hls/blob/master/test/model/dfcxx/idct.cpp) is not used in the test system, as
add_columnfunction fails starting with 100th variable in the set (file https://github.com/ispras/utopia-hls/blob/master/src/model/dfcir/lib/dfcir/conversions/DFCIRLPUtils.cpp), causing the following error:Possibly misused lp_solve API, unchecked constraints on memory, incorrect graph construction or IDCT description itself.