lunduniversity.lu.se

Computer Science

Faculty of Engineering, LTH

Denna sida på svenska This page in English

Labs

More integer optimization test cases are available here. The directory test/x has tests for x variables and inequalities. The input is in file i, and there are two solution files for each test, a.sol from a commercial solver and intopt.sol from the reference program. 

  • Appendix B updated April 13, 2020. The "else break" was missing in the last loop on page 719.
Lab 1File input and memory allocation, basic valgrind and Google sanitizer
Lab 2gdb
Lab 3Advanced valgrind and Google sanitizer
Lab 4Performance measurements: operf, gprof, valgrind, gcov
Lab 5POWER8 instruction execution
Lab 6Compiler optimizations with GCC, Clang, Nvidia/PGI, and IBM XLC