54 std::vector<std::vector<SCIP_VAR *> > _vars;
63 std::vector<SCIP_CONS *> _cons;
86 void disp(std::ostream & out = std::cout);
solver class for the n-queens problem
~QueensSolver()
destructor this is the place to release the SCIP_VAR and SCIP_CONS pointers and to free the SCIP poin...
void solve(void)
solves the queens problem using SCIPsolve
QueensSolver(size_t n=8)
constructs the BP model for the n-queens problem
void disp(std::ostream &out=std::cout)
display the solution