Home |
Compilation issuesAt the moment, the mixed boolean-algebraic solver (BASolver) does not have a sophisticated installation system; instead, it is distributed in sources which need to be compiled by standard *nix tools. Software requirements:
To (re)build basolver, type make [version]in the top-level directory of the solver distribution (not in src/ subdirectory), where version can be either debug (default), profile, release, or static (the latter makes a static release version). This creates an executable file ./bin/basolver.[version] (however, there is no ".release" suffix for the release version). To make a library, type make solverlibIt creates a file ./bin/basolver.a. Use it together with the header solve.h. |