Logic is about reasoning. This tag is appropriate for such things as logic programming, programming problems involving a logical system, or basic questions about the logical systems used in programming.
-3
votes
1answer
49 views
handle compound propositions about logic [closed]
Given the symbol definitions:
Meaning Symbol
NOT A ~A
A AND B A * B
A OR B A + B
A XOR B A % B
A IMPLY B A > B
A IF AND ONLY IF B A ^ B
Write a program to find out the ...
0
votes
1answer
85 views
Why does git ls-files --ignore require exclude patterns?
What is the logic behind the requirement to use an exclude pattern with the command git ls-files --ignored?
From git help ls-files:
-i, --ignored
Show only ignored files in the output. When ...
-1
votes
2answers
56 views
How to rotate starting player? [closed]
I'm designing a multiplayer game of poker. I have Human and Computer objects, both which implement a Player interface which contains methods necessary to a poker player. I have an ArrayList of the ...
7
votes
3answers
122 views
PowerShell Logic
Looking that the help section about_Comparison_Operators of PowerShell I understand this:
PS C:\> $false,$false -eq $true
PS C:\>
Nothing from the left matches the right so nothing is ...
0
votes
1answer
56 views
Some questions about declarative interpretation of not predicate in Prolog
I think that I think that I am doing a litle confusion with the declarative view of not predicate in Prolog.
I have that I can implement not predicate simply in this way:
not(P) :- P, !, fail;
...
1
vote
1answer
39 views
Different predicate in Prolog, don't work (always false)
I am learning Prolog for an universitary exame using SWI Prolog and I have some question about this simple program that implement the different predicate that say TRUE if two element are different (if ...
2
votes
1answer
93 views
Intersecting rectangles with Python
Given two rectangles r1 and r2 I try to test if the two intersect.
Why don't the following two functions produce the same output?
Function 1:
def separate_helper(r1, r2):
r1_left, r1_top, ...
1
vote
1answer
55 views
Negation as failure in Prolog is a procedural behavior?
I have a litle question about the negation as failure in Prolog language:
This is a question more theoretical than practical because I have clear how this example work.
so I have the following ...
0
votes
0answers
31 views
A-star algorithm and Minesweeper [duplicate]
I am trying to implement minesweeper solver in lisp.
I HAVE to use A* algorithm. And i don't need to open all unopened fields...I need to find positions of all mined fields. And of course it has to ...
0
votes
1answer
49 views
Implement a Prolog predicate that say if an element belong to a list. Problems with not numerical lists
I am studying Prolog for an universitary exam using SWI Prolog.
I am finding some problem with this exercise:
Implement the predicate: **not_member(X,L) that is TRUE if the element X does not ...
0
votes
1answer
126 views
Some explanation about 8 queen solution that use permutation
I am studyin Prolog for an universitary exam on SWI Prolog implementation.
I have some doubt about how work this version of 8 Queen problem that solve the problem using the permutations:
...
0
votes
2answers
60 views
Solve in prolog resulting in false?
I have tried using a code similar to this link:
Solving a textual logic puzzle in Prolog - Find birthday and month
The problem I'm trying to solve is this(Telephone Conversations).
...
2
votes
2answers
134 views
How can I always round down to the closest 10 whole number?
So, I have a query that returns a number of records. And on my results page I display a line that says: Results 1 to 10 out of 30+ results are shown below.
The 30+ number I get by doing this:
...
-1
votes
1answer
25 views
Three switches, one light [closed]
I'm not 100% certain that stack overflow is the correct exchange to post this; if it isn't please let me know.
I have three switches, all corresponding to one light. When ANY one of the switches are ...
1
vote
1answer
147 views
From 8-Queens solution to more generic n-Queens solution in Prolog
I am studying Prolog for an universitary exame and I have some problem with the following exercise.
I have the following classic solution of 8-Queens problem (and this is not a problem for me), ...
0
votes
1answer
39 views
update list according to complex logic
I'm having the following code and what I need to do is to add instance (type object) to the item object list(done in the last if) but I need to find full key match . fromProp and toProp are field type ...
5
votes
3answers
338 views
Universal and Existential Quantifiers of First-Order Logic
I am taking a Scala programming course. At one point the instructor said:
Functions blah and bladdy are the universal and existential
quantifiers of first-order logic.
Could someone translate ...
-3
votes
2answers
67 views
how to define a class with an instance variable and methods to make it alternate between two values, and to modify it
I am trying to define a class that I could use for my board game.
I think I will use the accesor method(getTurn()) as my argument to the board game class.
When the game starts, it should give ...
85
votes
3answers
8k views
PHP Type-Juggling and (strict) Greater/Lesser Than Comparisons
PHP is famous for its type-juggling. I must admit it puzzles me and I'm having a hard time to find out basic logical/fundamental things in comparisons.
For example: If $a > $b is true and $b > ...
1
vote
8answers
127 views
if statement logic
I've been tasked with creating a small java program for a course i'm doing, and i'm having some issues with the following block of code:
System.out.println("Please enter your first name:");
...
2
votes
1answer
57 views
Compute hashCode for OR logic
I have an object acting as a unique identifier, that has two parameters, we'll call them A and B, and has the following logic:
obj1 is equal to obj2 if and only if:
obj1.A is equal to obj2.A
OR
...
0
votes
1answer
115 views
Default car speed?
I have two buttons in my program. Left Button for brake (decreases speed) and right button for speed (increases speed). When nothing clicked, the car has a default speed. And there is a minimum (0.3) ...
0
votes
4answers
80 views
If… Else… logic on Button_Click not working
I can't understand why my If... Else logic is not working.
What I am trying to archive is that when the user clicks the button, it will first check if the value of page is less than or equal to the ...
0
votes
1answer
84 views
How does the arithmetic logic unit actually works?
In other words, how can energy combined with metal perform logic operations? In the research I've done i'ts always assumed how the 'magic' happens but usually there's a lack of explanation on how can ...
0
votes
1answer
66 views
swi prolog solve
I am using SWI Prolog for windows 7 and one of my assignments is a basic logic puzzle. We have been given a sample solution to a seperate problem - including its source code.
Its the "Its a tie" ...
0
votes
1answer
43 views
Frequency divider by any integer 1-16
I have implemented a frequency divider by the powers of 2. Now I am interested in doing a divider by any integer number from 1 to 16. Yes, I have tried but yet no ideas. How can I approach this ...
1
vote
2answers
58 views
StringWithFormat For int Value Has One Issue
I currently have an int value that is custom formatted and displayed in a label. The int value is always a 5 digit number and I display it with a + symbol between the tenths and hundredths place. If ...
0
votes
2answers
118 views
bitxor, solve equation, boolean logic
I have the equation:
C = A^b + (2*A)^b + (4*A)^b.
Where C and A are known, but b is unknown. How to find b?
All numbers are 8 bit bytes. Is there any possible method much faster than ...
0
votes
0answers
7 views
FInd the set variable type
Lets say there are three variables a,b,c
the return type of a method should be in the following manner
a) if a is only true return 1;
b) if b is only true return 2;
c) if c is only true return 3;
...
0
votes
4answers
275 views
Simple Array Finding Index Position of Highest and Lowest Value
I am trying to write a simple logical program to find the highest and lowest values, which has already been done. The issue is how to find the index position is when it finds the highest and lowest ...
0
votes
1answer
43 views
Solving symbolic logic with prolog
I'm going through some of Lewis Carrols logical quizzes
and I have a question with riddle number 60 on that page:
(1) The only animals in this house are cats;
(2) Every animal is suitable for a pet, ...
0
votes
1answer
36 views
Perl regex logic error
I'm rather new to the concept of Regex. I understand basic regex I use in bash script. The following snippet of code is from a program I'm writing to automatically update Wordpress plugins on the ...
0
votes
4answers
132 views
Java while loop and other
I need help I am new to Java programming and I don't know how to fix my code.
I am trying to make a 007 game. I have created the if statements and it isn't looping around. If I add a ! in front of ...
0
votes
2answers
79 views
How to separate GUI from logic in MFC?
I want to develop a MFC application in VS2010. I hope to separate GUI from the logic, so that modifying GUI can become much easier. But I don't know how to design the classes to implement this ...
-1
votes
4answers
61 views
What is the use of PHP function is_int()?
I just wonder why php have a function like is_int(). Documentation says that
To test if a variable is a number or a numeric string (such as form input, which is always a string)
I am sure that ...
3
votes
0answers
75 views
Maximum number of clues in a Sudoku game that does not produce a unique solution [closed]
You may have heard that last year it was proven that the smallest number of starting clues for a Sudoku game, guaranteeing a unique solution, is 17.
An example is shown below.
I am interested in ...
0
votes
1answer
39 views
JavaScript - How to calculate mileage expense total
I'm currently developing an expenses form in which the user will input their mileage to a destination and their mileage from a destination.
There is a mileage band tariff, for example:
0-10 miles ...
0
votes
1answer
140 views
How start/stop/restart service as specific user and log this operation?
I would like to execute my script, /sbin/service storm start as storm_deployer user.
So for this I create an user storm_deployer and add it into /etc/sudoers
hornet_deployer ALL=(ALL) ...
0
votes
1answer
70 views
Wires are not connected in the RTL
I have some strange problem, some wires are not connected in my design.
I am trying to make a simple register file (I am using Xilinx ISE). This register file contains 32 registers, each is 32-bit ...
9
votes
2answers
501 views
Informal fallacy causes stack overflow
Broken code
public static partial class LogicExtensions {
public static bool Implies<T>(this T premise, T conclusion) {
return conclusion.Infers(premise);
}
public static ...
1
vote
0answers
43 views
Model simple business logic [duplicate]
I've created simple model:
class Period(models.Model):
start_date = models.DateField(blank=False)
end_date = models.DateField(blank=False)
def __unicode__(self):
return "Start " + ...
2
votes
2answers
41 views
Prolog unknown variable on append
I've written some Prolog to replace elements in list two with an atom called empty if they are contained in list one:
replace_build([], _Inv, _Res).
replace_build([A| B], Inv, Res) :-
...
0
votes
2answers
72 views
Apply/Cancel button event logic
I have a class XMLProfile which has the methods to write/edit/delete data into the xml file. This data is read and displayed in a listview in Visual C#
public void xmlwriter(string path)
{
...
1
vote
1answer
100 views
What is the logic of this fractal? [closed]
I am doing a project for school and need to roughly reproduce this fractal (in BGI):
I'm stuck trying to find a placement logic for the middle-sized triangles, as they have to be drawn into a ...
0
votes
1answer
47 views
Distinguishing matching variables with a for loop
How can one make a for loop to compare variables like this (any language really but specifically for php):
Say I have var1 var2 var3 and I want an action to happen if two of the values are the same.
...
0
votes
2answers
85 views
Need optimized program logic. Word problems1 Sweet1
So I'm creating a roster app for my co-ed softball team. The league rules say that if two guys bat in a row, a girl has to follow. This leads to problems if the guy girl ratio is not balanced, eg if ...
0
votes
0answers
161 views
Codingbat Python Logic-2 Make_Chocolate
I understand the logic of the problem (I had already completed it in the Java section) but whenever I try to run it, I get a Timed Out exception. So can anyone tell me what I'm doing wrong?
We want ...
0
votes
1answer
105 views
Create Reduced Ordered Binary Decision Diagram (ROBDD) from truth table
Is there a software package (preferable an application, not library) that creates Reduced Ordered Binary Decision Diagrams (ROBDDs) from a given truth table (in some text format)?
1
vote
1answer
112 views
Why might c++ application evaluate expression incorrectly?
As I was writing this question, it dawned on me that we are possibly using two versions of Qt due to embedded and non-embedded application builds. We are all using gcc version 4.5.2 (Ubuntu/Linaro ...
1
vote
2answers
61 views
A little missunderstanding with array in knockout.js
I'm trying to understand some logic process of knockout js and I hope u can help me with that. There are may be a realy primitive questions, but in that case they are will similar to my understanding ...



