12#ifndef MCRL2_LPS_TOOLS_H
13#define MCRL2_LPS_TOOLS_H
24void lpsbinary(
const std::string& input_filename,
25 const std::string& output_filename,
26 const std::string& parameter_selection);
29 const std::string& output_filename,
31 bool instantiate_free_variables,
32 bool ignore_conditions,
37void lpsinfo(
const std::string& input_filename,
38 const std::string& input_file_message
41bool lpsinvelm(
const std::string& input_filename,
42 const std::string& output_filename,
43 const std::string& invariant_filename,
44 const std::string& dot_file_name,
48 const bool no_elimination,
49 const bool simplify_all,
50 const bool all_violations,
51 const bool counter_example,
52 const bool path_eliminator,
53 const bool apply_induction,
57void lpsparelm(
const std::string& input_filename,
58 const std::string& output_filename
61void lpspp(
const std::string& input_filename,
62 const std::string& output_filename,
63 bool print_summand_numbers,
67void lpsrewr(
const std::string& input_filename,
68 const std::string& output_filename,
73void lpssumelm(
const std::string& input_filename,
74 const std::string& output_filename,
75 const bool decluster);
77void lpssuminst(
const std::string& input_filename,
78 const std::string& output_filename,
80 const std::string& sorts_string,
81 const bool finite_sorts_only,
82 const bool tau_summands_only);
84void lpsuntime(
const std::string& input_filename,
85 const std::string& output_filename,
86 const bool add_invariants,
87 const bool apply_fourier_motzkin,
90void txt2lps(
const std::string& input_filename,
91 const std::string& output_filename
rewrite_strategy strategy
The rewrite strategies of the rewriter.
Functions for pretty printing ATerms.
add your file description here.
print_format_type
print_format_type represents the available pretty print formats
smt_solver_type
The enumeration type smt_solver_type enumerates all available SMT solvers.
void lpspp(const std::string &input_filename, const std::string &output_filename, bool print_summand_numbers, core::print_format_type format)
void lpssumelm(const std::string &input_filename, const std::string &output_filename, const bool decluster)
void txt2lps(const std::string &input_filename, const std::string &output_filename)
void lpsuntime(const std::string &input_filename, const std::string &output_filename, const bool add_invariants, const bool apply_fourier_motzkin, const data::rewriter::strategy rewrite_strategy)
void lpssuminst(const std::string &input_filename, const std::string &output_filename, const data::rewriter::strategy rewrite_strategy, const std::string &sorts_string, const bool finite_sorts_only, const bool tau_summands_only)
bool lpsinvelm(const std::string &input_filename, const std::string &output_filename, const std::string &invariant_filename, const std::string &dot_file_name, data::rewriter::strategy rewrite_strategy, data::detail::smt_solver_type solver_type, const bool no_check, const bool no_elimination, const bool simplify_all, const bool all_violations, const bool counter_example, const bool path_eliminator, const bool apply_induction, const int time_limit)
void lpsparelm(const std::string &input_filename, const std::string &output_filename)
void lpsbinary(const std::string &input_filename, const std::string &output_filename, const std::string ¶meter_selection)
lps_rewriter_type
An enumerated type for the available lps rewriters.
void lpsconstelm(const std::string &input_filename, const std::string &output_filename, data::rewriter::strategy rewrite_strategy, bool instantiate_free_variables, bool ignore_conditions, bool remove_trivial_summands, bool remove_singleton_sorts)
void remove_singleton_sorts(Specification &spec)
Removes parameters with a singleton sort from a linear process specification.
void lpsrewr(const std::string &input_filename, const std::string &output_filename, const data::rewriter::strategy rewrite_strategy, const lps::lps_rewriter_type rewriter_type)
void lpsinfo(const std::string &input_filename, const std::string &input_file_message)
void remove_trivial_summands(Specification &spec)
Removes summands with condition equal to false from a linear process specification.
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...
Enumeration for the types of solvers.