sp-item-update-cns.cpp revision 17238dd97c572210f1036dd8a7a8657e67bfa9c3
#include "satisfied-guide-cns.h"
#include "sp-guide-constraint.h"
#include "sp-item-update-cns.h"
#include "sp-guide.h"
#include "sp-item.h"
#include <algorithm>
{
/* TODO: Implement the ordering. */
/* effic: It might be nice to avoid an n^2 algorithm, but in practice n will be
small enough that it's still usually more efficient. */
{
cn)
{
}
}
}
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :