You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$table_properties = explode("x", $temp[0]); //[0] hovori o pocte riadkov, [1] o pocte stlpcov, nacitava sa z prveho riadku suboru (teda temp[0] je prvy riadok suboru), napr. table4.txt
$field_identification = explode(" ", $temp[1]); //vytvorenie pola cisel, ktore budu identifikovat jednotlive polia karnaughovej mapy, nacitava sa druhy riadok suboru (teda temp[1] je druhy riadok suboru)