add more constraints and rebuild solver system everytime it needs to be executed

This commit is contained in:
Stefan Tröger
2013-05-13 16:21:19 +02:00
committed by Stefan Tröger
parent f4331f28c9
commit d700fff649
62 changed files with 2071 additions and 423 deletions

View File

@@ -12,7 +12,7 @@ using namespace Assembly;
// returns a string which represents the object e.g. when printed in python
std::string ConstraintPy::representation(void) const
{
return std::string("<ConstraintAssembly object>");
return std::string("<Assembly constraint object>");
}