Ignore:
Timestamp:
07/24/16 13:45:52 (8 years ago)
Author:
Maciej Komosinski
Message:

ExpParams? -> ExpProperties? (compatibility with v5.x)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experiments/frams/logic/run-abduction.cmd

    r193 r537  
    77
    88rem The abduction problem consting of an abductive goal being a simple conjuction and two formulas forming a database:
    9 frams "ex logic_abduction" "ExpParams.params=\"K_q_s;C_p_q C_r_s;abdOut1.txt\"; Simulator.init();" "go" "qu"
     9frams "ex logic_abduction" "ExpProperties.params=\"K_q_s;C_p_q C_r_s;abdOut1.txt\"; Simulator.init();" "go" "qu"
    1010
    1111rem The abduction problem consting of an abductive goal being a propositional variable and two formulas forming a database:
    12 frams "ex logic_abduction" "ExpParams.params=\"q;C_K_p_r_q C_C_N_r_q_p;abdOut2.txt\"; Simulator.init();" "go" "qu"
     12frams "ex logic_abduction" "ExpProperties.params=\"q;C_K_p_r_q C_C_N_r_q_p;abdOut2.txt\"; Simulator.init();" "go" "qu"
    1313
Note: See TracChangeset for help on using the changeset viewer.