├── Makefile ├── README.md ├── tinysolver.h └── tinysolver_test.cc /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keir/tinysolver/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keir/tinysolver/HEAD/README.md -------------------------------------------------------------------------------- /tinysolver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keir/tinysolver/HEAD/tinysolver.h -------------------------------------------------------------------------------- /tinysolver_test.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keir/tinysolver/HEAD/tinysolver_test.cc --------------------------------------------------------------------------------