package
0.0.0-20241225090732-26f40bfcde4b
Repository: https://github.com/petert37/advent_of_code_2024.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Only works on linux (ubuntu)

Before running, lpsolve must be installed with:

sudo apt-get install liblpsolve55-dev

Then environment variables must be set to:

export CGO_CFLAGS="-I/usr/include/lpsolve"

export CGO_LDFLAGS="-llpsolve55 -lm -ldl -lcolamd"