Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::GScipConstraintHandlerProperties Struct Reference

Detailed Description

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

Member Data Documentation

◆ delay_separation

bool operations_research::GScipConstraintHandlerProperties::delay_separation = false

Definition at line 90 of file gscip_constraint_handler.h.

◆ description

std::string operations_research::GScipConstraintHandlerProperties::description

Definition at line 64 of file gscip_constraint_handler.h.

◆ eager_frequency

int operations_research::GScipConstraintHandlerProperties::eager_frequency = 100

Definition at line 96 of file gscip_constraint_handler.h.

◆ enforcement_priority

int operations_research::GScipConstraintHandlerProperties::enforcement_priority = -1

Definition at line 70 of file gscip_constraint_handler.h.

◆ feasibility_check_priority

int operations_research::GScipConstraintHandlerProperties::feasibility_check_priority = -1

Definition at line 76 of file gscip_constraint_handler.h.

◆ name

std::string operations_research::GScipConstraintHandlerProperties::name

Definition at line 60 of file gscip_constraint_handler.h.

◆ needs_constraints

bool operations_research::GScipConstraintHandlerProperties::needs_constraints = true

Definition at line 103 of file gscip_constraint_handler.h.

◆ separation_frequency

int operations_research::GScipConstraintHandlerProperties::separation_frequency = 1

Definition at line 86 of file gscip_constraint_handler.h.

◆ separation_priority

int operations_research::GScipConstraintHandlerProperties::separation_priority = 3000000

Definition at line 82 of file gscip_constraint_handler.h.


The documentation for this struct was generated from the following file: