Generated on Thu Apr 11 13:59:55 2019 for Gecode by doxygen 1.6.3

Gecode::Int::PLB Class Reference

Class for defining basic propagation level. More...

#include <task.hh>

List of all members.

Static Public Attributes

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

Detailed Description

Class for defining basic propagation level.

Definition at line 450 of file task.hh.


Member Data Documentation

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

Perform basic propagation.

Definition at line 453 of file task.hh.

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

Do not perform advanced propagation.

Definition at line 455 of file task.hh.

For basic propagation, domain operations are needed.

Definition at line 457 of file task.hh.


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