Turbo Constraint Solver
|
#include "battery/allocator.hpp"
#include "battery/string.hpp"
#include <cinttypes>
Go to the source code of this file.
Classes | |
struct | Configuration< Allocator > |
Macros | |
#define | SUBPROBLEMS_POWER 12 |
#define | STACK_KB 32 |
Enumerations | |
enum class | Arch { CPU , GPU , HYBRID } |
enum class | InputFormat { XCSP3 , FLATZINC } |
Functions | |
void | usage_and_exit (const std::string &program_name) |
Configuration< battery::standard_allocator > | parse_args (int argc, char **argv) |
#define SUBPROBLEMS_POWER 12 |
#define STACK_KB 32 |
|
strong |
|
strong |
void usage_and_exit | ( | const std::string & | program_name | ) |
Configuration< battery::standard_allocator > parse_args | ( | int | argc, |
char ** | argv ) |