Hi,
I have added my own constraints in the car configuration sample below the following line of code
car.AddConstraint("TableConstraint", Model.Equal(new Term[] { engine, carModel, package, price }, table));
//newly added constraints
car.AddConstraint("hope", "!(CarEngine == 'I4') | CarModel == 'performer'");
I have not been able to get the constraint to work.
I have been able to make numeric fields work but I have an issue with non numeric fields could anybody help ?