struct seams::cfg::Runtime

#include <seams_config.hpp>
 
struct Runtime {
    // fields
 
    int frame = 1;
    int last = 0;
    int jobs = 1;
    int type = 0;
    double cutoff = 3.5;
    int k = 4;
    std::string graph = seeded;
    site::Family family = site::Family::waterIce;
    double resident = 0.80;
    double cell = 3.0;
    int tpp = 0;
    int block = 0;
    bool offload = false;
    std::string fennel;
    std::string luaPath;
    std::string source;
};