queens.hpp
Go to the documentation of this file.
32 * this class implements a solver for the n-queens problem as an mip model, which will be solved using SCIP
40 * SCIP organizes all the problem informations by itself, we can access them by the SCIP * pointer
Definition: struct_scip.h:68
Definition: queens.hpp:27
~QueensSolver()
destructor this is the place to release the SCIP_VAR and SCIP_CONS pointers and to free the SCIP poin...
Definition: queens.cpp:210
default SCIP plugins
SCIP callable library.