31 #ifndef CYPRESS_BACKEND_NEST_HPP    32 #define CYPRESS_BACKEND_NEST_HPP    60         using std::runtime_error::runtime_error;
    80     ~NEST() 
override = 
default;
    91     std::string 
name()
 const override { 
return "nest"; }
 static std::string version()
Definition: backend.hpp:50
double Real
Definition: types.hpp:56
nlohmann::json Json
Definition: json.hpp:27
Definition: network_base.hpp:116
NEST(const Json &setup=Json())
Definition: brainscales_lib.hpp:39
std::string name() const override
Definition: nest.hpp:91
std::unordered_set< const NeuronType * > supported_neuron_types() const override