Originally posted by: SystemAdmin
[shadi said:]
how i can delete a tuples from a set of tuples ??
i mean if i have the following structure:
tuple pairCst_T {
int i;
int v;
int bc;
int DrivingTime;
int DrivingDistance;
int BreakTime;
int DutyPeriod;
};
{pairCst_T} pairCst = {};
1. how i can delete from pairCst the tuple that has i equal to 200??
2. if there was more that one tuple (with i=200) how i can delete all these tuples??
thanks in advanced
Kshieboun Shadi
#ConstraintProgramming-General#DecisionOptimization