7#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_EBPF_CMD_STEPPER_H_
8#define BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_EBPF_CMD_STEPPER_H_
17#include "backends/p4tools/modules/testgen/core/program_info.h"
18#include "backends/p4tools/modules/testgen/core/small_step/cmd_stepper.h"
19#include "backends/p4tools/modules/testgen/lib/continuation.h"
20#include "backends/p4tools/modules/testgen/lib/execution_state.h"
21#include "backends/p4tools/modules/testgen/targets/ebpf/program_info.h"
23namespace P4::P4Tools::P4Testgen::EBPF {
25class EBPFCmdStepper :
public CmdStepper {
33 std::optional<const Constraint *>
startParserImpl(
const IR::P4Parser *parser,
Provides a higher-level interface for an SMT solver.
Definition solver.h:30
A continuation body is a list of commands.
Definition continuation.h:135
Definition phv/solver/action_constraint_solver.cpp:33