Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <linear_programming_constraint.h>
A class that stores which LP propagator is associated to each variable. We need to give the hash_map a name so it can be used as a singleton in our model.
Important: only positive variable do appear here.
Definition at line 626 of file linear_programming_constraint.h.