#include <scoreSDF.hh>
Inherits ScoreAttribuer.
Inheritance diagram for sdf:
Public Member Functions | |
virtual int | score (QSpace *qs, int var) |
Returns the score of a variable. Returns the score of the variable var in the quantified space qs. |
Definition at line 29 of file scoreSDF.hh.
int sdf::score | ( | QSpace * | qs, | |
int | var | |||
) | [virtual] |
Returns the score of a variable. Returns the score of the variable var in the quantified space qs.
var | The variable to obtain the score | |
qs | A pointer to the quantified space in which the variable is. |
Implements ScoreAttribuer.
Definition at line 25 of file scoreSDF.cc.
References QSpace::v.