Searched defs:IncSolver (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/libvpsc/
H A Dsolve_VPSC.h75 class IncSolver : public Solver { class in namespace:vpsc
100 IncSolver(const unsigned n, Variable* const vs[], const unsigned m, Constraint *cs[]);
H A Dsolve_VPSC.cpp31 IncSolver::IncSolver(const unsigned n, Variable* const vs[], const unsigned m, Constraint *cs[]) function in class:vpsc::IncSolver
129 void IncSolver::solve() {
146 void IncSolver::satisfy() {
195 void IncSolver::moveBlocks() {
209 void IncSolver::splitBlocks() {
247 Constraint* IncSolver::mostViolated(ConstraintList &l) {
/inkscape/src/libavoid/
H A Dvpsc.cpp55 IncSolver::IncSolver(vector<Variable*> const &vs, vector<Constraint *> const &cs) function in class:Avoid::IncSolver
81 IncSolver::~IncSolver() {
86 void IncSolver::printBlocks() {
103 void IncSolver::copyResult() {
116 bool IncSolver::constraintGraphIsCyclic(const unsigned n, Variable* const vs[]) {
163 bool IncSolver::blockGraphIsCyclic() {
219 bool IncSolver::solve() {
250 bool IncSolver
[all...]
H A Dvpsc.h131 friend class IncSolver;
222 class IncSolver { class in namespace:Avoid
229 IncSolver(Variables const &vs, Constraints const &cs);
231 ~IncSolver();

Completed in 367 milliseconds