
Base class for tests with float constraints More...
#include <test/float.hh>
Protected Attributes | |
| int | arity |
| Number of variables. | |
| Gecode::FloatVal | dom |
| Domain of variables. | |
| Gecode::FloatNum | step |
| Step for going to next solution. | |
| AssignmentType | assignmentType |
| Gives the type of assignment to use. | |
| bool | reified |
| Does the constraint also exist as reified constraint. | |
| int | rms |
| Which reification modes are supported. | |
| bool | testsearch |
| Whether to perform search test. | |
| bool | testfix |
| Whether to perform fixpoint test. | |
| bool | testsubsumed |
| Whether to test for subsumption. | |
Test for reification modes | |
| bool | eqv (void) const |
| Test whether equivalence as reification mode is supported. | |
| bool | imp (void) const |
| Test whether implication as reification mode is supported. | |
| bool | pmi (void) const |
| Test whether reverse implication as reification mode is supported. | |
| Test (const std::string &s, int a, const Gecode::FloatVal &d, Gecode::FloatNum st, AssignmentType at, bool r) | |
| Constructor. | |
| Test (const std::string &s, int a, Gecode::FloatNum min, Gecode::FloatNum max, Gecode::FloatNum st, AssignmentType at, bool r) | |
| Constructor. | |
| virtual Assignment * | assignment (void) const |
| Create assignment. | |
| virtual bool | extendAssignment (Assignment &a) const |
| Complete the current assignment to get a feasible one (which satisfies all constraint). If such an assignment is computed, it returns true, false otherwise. | |
| virtual MaybeType | solution (const Assignment &) const =0 |
| Check for solution. | |
| bool | subsumed (const TestSpace &ts) const |
| Test if ts is subsumed or not (i.e. if there is no more propagator unless the assignment is an extended assignment. | |
| virtual bool | ignore (const Assignment &a) const |
| Whether to ignore assignment for reification. | |
| virtual void | post (Gecode::Space &home, Gecode::FloatVarArray &x)=0 |
| Post constraint. | |
| virtual void | post (Gecode::Space &home, Gecode::FloatVarArray &x, Gecode::Reify r) |
| Post reified constraint. | |
| virtual bool | run (void) |
| Perform test. | |
General support | |
| bool | flip (void) |
| Flip a coin and return true or false randomly. | |
| static MaybeType | cmp (Gecode::FloatVal x, Gecode::FloatRelType r, Gecode::FloatVal y) |
| Compare x and y with respect to r. | |
| static MaybeType | eq (Gecode::FloatVal x, Gecode::FloatVal y) |
| Whether x and y are equal. | |
Mapping scalar values to strings | |
| static std::string | str (Gecode::FloatRelType frt) |
| Map float relation to string. | |
| static std::string | str (Gecode::FloatNum f) |
| Map floatNum to string. | |
| static std::string | str (Gecode::FloatVal f) |
| Map floatVal to string. | |
| static std::string | str (const Gecode::FloatValArgs &f) |
| Map float array to string. | |
Additional Inherited Members | |
| Public Member Functions inherited from Test::Base | |
| Base (std::string s) | |
| Create and register test with name s. | |
| const std::string & | name (void) const |
| Return name of test. | |
| Base * | next (void) const |
| Return next test. | |
| void | next (Base *n) |
| Set next test. | |
| bool | fixpoint (void) |
| Throw a coin whether to compute a fixpoint. | |
| virtual | ~Base (void) |
| Destructor. | |
| Static Public Member Functions inherited from Test::Base | |
| static void | sort (void) |
| Sort tests alphabetically. | |
| static Base * | tests (void) |
| Return all tests. | |
| static bool | fixpoint (Gecode::Support::RandomGenerator &rand) |
| Throw a coin whether to compute a fixpoint. | |
| static std::string | str (bool b) |
| Map bool to string. | |
| static std::string | str (int i) |
| Map integer to string. | |
| static std::string | str (const Gecode::IntArgs &i) |
| Map integer array to string. | |
| Gecode::Support::RandomGenerator | _rand |
| Random number generator. | |
| Related Symbols inherited from Test::Base | |
| int | main (int argc, char *argv[]) |
| Main function. | |
|
inline |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
virtual |
Create assignment.
|
virtual |
Complete the current assignment to get a feasible one (which satisfies all constraint). If such an assignment is computed, it returns true, false otherwise.
|
pure virtual |
Check for solution.
| bool Test::Float::Test::subsumed | ( | const TestSpace & | ts | ) | const |
Test if ts is subsumed or not (i.e. if there is no more propagator unless the assignment is an extended assignment.
|
virtual |
Whether to ignore assignment for reification.
|
pure virtual |
Post constraint.
|
virtual |
Post reified constraint.
|
virtual |
Perform test.
Implements Test::Base.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |