12 #ifndef CPROVER_SOLVERS_STRINGS_STRING_CONCATENATION_BUILTIN_FUNCTION_H
13 #define CPROVER_SOLVERS_STRINGS_STRING_CONCATENATION_BUILTIN_FUNCTION_H
29 const std::vector<exprt> &fun_args,
32 std::vector<mp_integer>
eval(
33 const std::vector<mp_integer> &input1_value,
34 const std::vector<mp_integer> &input2_value,
35 const std::vector<mp_integer> &args_value)
const override;
37 std::string
name()
const override
Correspondance between arrays and pointers string representations.
Base class for all expressions.
string_constraintst constraints(string_constraint_generatort &generator, message_handlert &message_handler) const override
Add constraints ensuring that the value of result expression of the builtin function corresponds to t...
string_concatenation_builtin_functiont(const exprt &return_code, const std::vector< exprt > &fun_args, array_poolt &array_pool)
Constructor from arguments of a function application.
std::vector< mp_integer > eval(const std::vector< mp_integer > &input1_value, const std::vector< mp_integer > &input2_value, const std::vector< mp_integer > &args_value) const override
Evaluate the result from a concrete valuation of the arguments.
std::string name() const override
exprt length_constraint() const override
Constraint ensuring that the length of the strings are coherent with the function call.
String inserting a string into another one.
Collection of constraints of different types: existential formulas, universal formulas,...