7#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_BMV2_CMD_STEPPER_H_
8#define BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_BMV2_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/bmv2/program_info.h"
25class Bmv2V1ModelCmdStepper :
public CmdStepper {
27 std::string
getClassName()
override {
return "Bmv2V1ModelCmdStepper"; }
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