Generated on Tue May 22 09:41:55 2018 for Gecode by doxygen 1.6.3

Test::Int::Cumulative::OptFixPCumulative Class Reference
[Cumulative scheduling constraints]

Test for cumulative constraint with optional tasks. More...

List of all members.

Public Member Functions

 OptFixPCumulative (int c0, const Gecode::IntArgs &p0, const Gecode::IntArgs &u0, int o0, Gecode::IntPropLevel ipl0)
 Create and register test.
virtual Assignmentassignment (void) const
 Create and register initial assignment.
virtual bool solution (const Assignment &x) const
 Test whether x is solution.
virtual void post (Gecode::Space &home, Gecode::IntVarArray &x)
 Post constraint on x.

Static Protected Member Functions

static int st (int c, const Gecode::IntArgs &p, const Gecode::IntArgs &u)
 Get a reasonable maximal start time.

Protected Attributes

int c
 Capacity of resource.
Gecode::IntArgs p
 The processing times.
Gecode::IntArgs u
 The resource usage.
int l
 Limit for optional tasks.
int o
 Offset.

Detailed Description

Test for cumulative constraint with optional tasks.

Definition at line 150 of file cumulative.cpp.


Constructor & Destructor Documentation

Test::Int::Cumulative::OptFixPCumulative::OptFixPCumulative ( int  c0,
const Gecode::IntArgs p0,
const Gecode::IntArgs u0,
int  o0,
Gecode::IntPropLevel  ipl0 
) [inline]

Create and register test.

Definition at line 172 of file cumulative.cpp.


Member Function Documentation

static int Test::Int::Cumulative::OptFixPCumulative::st ( int  c,
const Gecode::IntArgs p,
const Gecode::IntArgs u 
) [inline, static, protected]

Get a reasonable maximal start time.

Definition at line 163 of file cumulative.cpp.

virtual Assignment* Test::Int::Cumulative::OptFixPCumulative::assignment ( void   )  const [inline, virtual]

Create and register initial assignment.

Reimplemented from Test::Int::Test.

Definition at line 187 of file cumulative.cpp.

virtual bool Test::Int::Cumulative::OptFixPCumulative::solution ( const Assignment x  )  const [inline, virtual]

Test whether x is solution.

Implements Test::Int::Test.

Definition at line 191 of file cumulative.cpp.

virtual void Test::Int::Cumulative::OptFixPCumulative::post ( Gecode::Space home,
Gecode::IntVarArray x 
) [inline, virtual]

Post constraint on x.

Implements Test::Int::Test.

Definition at line 237 of file cumulative.cpp.


Member Data Documentation

Capacity of resource.

Definition at line 153 of file cumulative.cpp.

The processing times.

Definition at line 155 of file cumulative.cpp.

The resource usage.

Definition at line 157 of file cumulative.cpp.

Limit for optional tasks.

Definition at line 159 of file cumulative.cpp.

Offset.

Definition at line 161 of file cumulative.cpp.


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