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

Detailed Description

Definition at line 465 of file cuts.h.

#include <cuts.h>

Public Attributes

IntegerValue max_scaling = IntegerValue(60)
bool use_ib_before_heuristic = true
bool prefer_positive_ib = true

Member Data Documentation

◆ max_scaling

IntegerValue operations_research::sat::RoundingOptions::max_scaling = IntegerValue(60)

Definition at line 466 of file cuts.h.

◆ prefer_positive_ib

bool operations_research::sat::RoundingOptions::prefer_positive_ib = true

Definition at line 468 of file cuts.h.

◆ use_ib_before_heuristic

bool operations_research::sat::RoundingOptions::use_ib_before_heuristic = true

Definition at line 467 of file cuts.h.


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