![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 39 of file gscip_constraint_handler.h.
#include <gscip_constraint_handler.h>
Public Attributes | |
| std::string | name |
| std::string | description |
| int | enforcement_priority = -1 |
| int | feasibility_check_priority = -1 |
| int | separation_priority = 3000000 |
| int | separation_frequency = 1 |
| bool | delay_separation = false |
| int | eager_frequency = 100 |
| bool | needs_constraints = true |
| bool operations_research::GScipConstraintHandlerProperties::delay_separation = false |
Definition at line 90 of file gscip_constraint_handler.h.
| std::string operations_research::GScipConstraintHandlerProperties::description |
Definition at line 64 of file gscip_constraint_handler.h.
| int operations_research::GScipConstraintHandlerProperties::eager_frequency = 100 |
Definition at line 96 of file gscip_constraint_handler.h.
| int operations_research::GScipConstraintHandlerProperties::enforcement_priority = -1 |
Definition at line 70 of file gscip_constraint_handler.h.
| int operations_research::GScipConstraintHandlerProperties::feasibility_check_priority = -1 |
Definition at line 76 of file gscip_constraint_handler.h.
| std::string operations_research::GScipConstraintHandlerProperties::name |
Definition at line 60 of file gscip_constraint_handler.h.
| bool operations_research::GScipConstraintHandlerProperties::needs_constraints = true |
Definition at line 103 of file gscip_constraint_handler.h.
| int operations_research::GScipConstraintHandlerProperties::separation_frequency = 1 |
Definition at line 86 of file gscip_constraint_handler.h.
| int operations_research::GScipConstraintHandlerProperties::separation_priority = 3000000 |
Definition at line 82 of file gscip_constraint_handler.h.