toulbar2
|
This is the complete list of members for WeightedCSPSolver, including all inherited members.
assign(int varIndex, Value value, bool reverse=false)=0 | WeightedCSPSolver | pure virtual |
decrease(int varIndex, Value value, bool reverse=false)=0 | WeightedCSPSolver | pure virtual |
dump_wcsp(const char *fileName, bool original=true)=0 | WeightedCSPSolver | pure virtual |
getNbBacktracks() const =0 | WeightedCSPSolver | pure virtual |
getNbNodes() const =0 | WeightedCSPSolver | pure virtual |
getSolution(vector< Value > &solution)=0 | WeightedCSPSolver | pure virtual |
getWCSP()=0 | WeightedCSPSolver | pure virtual |
increase(int varIndex, Value value, bool reverse=false)=0 | WeightedCSPSolver | pure virtual |
makeWeightedCSPSolver(Cost initUpperBound) | WeightedCSPSolver | static |
narycsp(string cmd, vector< Value > &solution)=0 | WeightedCSPSolver | pure virtual |
parse_solution(const char *certificate)=0 | WeightedCSPSolver | pure virtual |
read_random(int n, int m, vector< int > &p, int seed, bool forceSubModular=false, string globalname="")=0 | WeightedCSPSolver | pure virtual |
read_solution(const char *fileName, bool updateValueHeuristic=true)=0 | WeightedCSPSolver | pure virtual |
read_wcsp(const char *fileName)=0 | WeightedCSPSolver | pure virtual |
remove(int varIndex, Value value, bool reverse=false)=0 | WeightedCSPSolver | pure virtual |
solve()=0 | WeightedCSPSolver | pure virtual |
solve_symmax2sat(int n, int m, int *posx, int *posy, double *cost, int *sol)=0 | WeightedCSPSolver | pure virtual |