constraint.h revision 4f818baab8a232b03f5b4802094ce598ff2e56fb
/**
* \brief A constraint determines a minimum or exact spacing required between
* two variables.
*
* Authors:
* Tim Dwyer <tgdwyer@gmail.com>
*
* Copyright (C) 2005 Authors
*
* Released under GNU LGPL. Read the file 'COPYING' for more information.
*/
#ifndef SEEN_REMOVEOVERLAP_CONSTRAINT_H
#define SEEN_REMOVEOVERLAP_CONSTRAINT_H
#include <iostream>
#include "variable.h"
{
double gap;
double lm;
~Constraint();
long timeStamp;
bool active;
bool visited;
bool equality;
};
#include <float.h>
#include "block.h"
double const sl =
double const sr =
// arbitrary choice based on id
return false;
}
return false;
}
}
}
#endif // SEEN_REMOVEOVERLAP_CONSTRAINT_H