Go to the source code of this file.
|
| template<class Var , class Element , class Proto , class Container > |
| void | RealLoad (const AssignmentProto &assignment_proto, Container *const container, int(AssignmentProto::*GetSize)() const, const Proto &(AssignmentProto::*GetElem)(int) const) |
| |
| template<class Var , class Element , class Proto , class Container > |
| void | RealSave (AssignmentProto *const assignment_proto, const Container &container, Proto *(AssignmentProto::*Add)()) |
| |
| template<class Container , class Element > |
| void | RealDebugString (const Container &container, std::string *const out) |
| |
| void | SetAssignmentFromAssignment (Assignment *target_assignment, const std::vector< IntVar * > &target_vars, const Assignment *source_assignment, const std::vector< IntVar * > &source_vars) |
| | NOLINT. More...
|
| |
| std::ostream & | operator<< (std::ostream &out, const Assignment &assignment) |
| |