Generated on Thu Jul 25 2019 00:00:00 for Gecode by doxygen 1.8.15
Gecode::Int::PLB Class Reference

Class for defining basic propagation level. More...

#include <task.hh>

Static Public Attributes

static const bool basic = true
 Perform basic propagation. More...
 
static const bool advanced = false
 Do not perform advanced propagation. More...
 
static const PropCond pc = PC_INT_DOM
 For basic propagation, domain operations are needed. More...
 

Detailed Description

Class for defining basic propagation level.

Definition at line 454 of file task.hh.

Member Data Documentation

◆ basic

const bool Gecode::Int::PLB::basic = true
static

Perform basic propagation.

Definition at line 457 of file task.hh.

◆ advanced

const bool Gecode::Int::PLB::advanced = false
static

Do not perform advanced propagation.

Definition at line 459 of file task.hh.

◆ pc

const PropCond Gecode::Int::PLB::pc = PC_INT_DOM
static

For basic propagation, domain operations are needed.

Definition at line 461 of file task.hh.


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