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

Detailed Description

Definition at line 631 of file gscip.h.

#include <gscip.h>

Public Attributes

bool initial = true
bool separate = true
bool enforce = true
bool check = true
bool propagate = true
bool local = false
bool modifiable = false
bool dynamic = false
bool removable = false
bool sticking_at_node = false
bool keep_alive = true

Member Data Documentation

◆ check

bool operations_research::GScipConstraintOptions::check = true

Definition at line 650 of file gscip.h.

◆ dynamic

bool operations_research::GScipConstraintOptions::dynamic = false

Definition at line 661 of file gscip.h.

◆ enforce

bool operations_research::GScipConstraintOptions::enforce = true

Definition at line 647 of file gscip.h.

◆ initial

bool operations_research::GScipConstraintOptions::initial = true

Definition at line 642 of file gscip.h.

◆ keep_alive

bool operations_research::GScipConstraintOptions::keep_alive = true

Definition at line 684 of file gscip.h.

◆ local

bool operations_research::GScipConstraintOptions::local = false

Definition at line 654 of file gscip.h.

◆ modifiable

bool operations_research::GScipConstraintOptions::modifiable = false

Definition at line 658 of file gscip.h.

◆ propagate

bool operations_research::GScipConstraintOptions::propagate = true

Definition at line 652 of file gscip.h.

◆ removable

bool operations_research::GScipConstraintOptions::removable = false

Definition at line 664 of file gscip.h.

◆ separate

bool operations_research::GScipConstraintOptions::separate = true

Definition at line 644 of file gscip.h.

◆ sticking_at_node

bool operations_research::GScipConstraintOptions::sticking_at_node = false

Definition at line 668 of file gscip.h.


The documentation for this struct was generated from the following file:
  • ortools/math_opt/solvers/gscip/gscip.h