File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Function: k_induction
140
140
141
141
property_checker_resultt k_induction (
142
142
const cmdlinet &cmdline,
143
- transition_systemt &transition_system,
143
+ const transition_systemt &transition_system,
144
144
ebmc_propertiest &properties,
145
145
message_handlert &message_handler)
146
146
{
@@ -158,10 +158,6 @@ property_checker_resultt k_induction(
158
158
if (properties.properties .empty ())
159
159
throw ebmc_errort () << " no properties" ;
160
160
161
- // liveness to safety translation, if requested
162
- if (cmdline.isset (" liveness-to-safety" ))
163
- liveness_to_safety (transition_system, properties);
164
-
165
161
// Are there any properties suitable for k-induction?
166
162
// Fail early if not.
167
163
if (!k_inductiont::have_supported_property (properties.properties ))
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class ebmc_propertiest;
20
20
21
21
[[nodiscard]] property_checker_resultt k_induction (
22
22
const cmdlinet &,
23
- transition_systemt &,
23
+ const transition_systemt &,
24
24
ebmc_propertiest &,
25
25
message_handlert &);
26
26
You can’t perform that action at this time.
0 commit comments