Constraint handler for knapsack constraints of the form \(a^T x \le b\), x binary and \(a \ge 0\).
Definition in file cons_knapsack.h.
#include "scip/def.h"#include "scip/type_cons.h"#include "scip/type_lp.h"#include "scip/type_retcode.h"#include "scip/type_scip.h"#include "scip/type_sepa.h"#include "scip/type_sol.h"#include "scip/type_var.h"Go to the source code of this file.